summaryrefslogtreecommitdiff
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* [clangd] Adjust compile flags so they work when applied to other file(type)s.Sam McCall2022-01-042-2/+54
* [CodeCompletion] Signature help for aggregate initialization.Sam McCall2022-01-042-36/+40
* Improve the 'modernize-use-default-member-init'Oleg Smolsky2022-01-044-18/+56
* [clangd] Move the selection decltype hack to getSourceRange.Haojian Wu2022-01-042-11/+16
* [clangd] Fix selection on multi-dimensional array.Haojian Wu2022-01-042-1/+32
* [clangd] Add CompileFlags.Compiler option to override argv0Sam McCall2022-01-044-2/+27
* [clangd] Fix windows build after 478863ef58c7f7314e06Sam McCall2022-01-031-1/+2
* [CodeCompletion] Signature help for braced constructor callsSam McCall2022-01-034-6/+45
* [clangd] Basic IncludeCleaner support for c/c++ standard librarySam McCall2022-01-037-40/+487
* [clangd] Helper for determining member insertion point.Sam McCall2022-01-035-0/+422
* [clangd] Respect .clang-tidy ExtraArgs (-Wfoo only) when producing diagnosticsSam McCall2022-01-032-5/+143
* [CodeCompletion] Signature help for template argument listsSam McCall2022-01-034-11/+38
* [clang-tidy] Use nullptr instead of 0 or NULL (NFC)Kazu Hirata2021-12-312-4/+4
* [clang-tools-extra] Remove unused using (NFC)Kazu Hirata2021-12-313-5/+0
* Remove redundant string initialization (NFC)Kazu Hirata2021-12-261-1/+1
* Remove redundant return and continue statements (NFC)Kazu Hirata2021-12-242-2/+0
* Use StringRef::contains (NFC)Kazu Hirata2021-12-245-5/+5
* Use isa instead of dyn_cast (NFC)Kazu Hirata2021-12-243-5/+5
* Resolve -Wdocumentation warning in ClangTidyDiagnosticConsumer (NFC)Salman Javed2021-12-231-4/+2
* Resolve lint warning about converting unsigned to signed (NFC)Salman Javed2021-12-231-1/+2
* [clang-tidy] abseil-string-find-startswith: detect `s.rfind(z, 0) == 0`Ivan Gerasimov2021-12-223-8/+75
* [clangd] Return error for textdocument/outgoingCalls rather than successKadir Cetinkaya2021-12-211-8/+0
* [clangd] Fix typo in test. NFCSam McCall2021-12-211-1/+1
* Reland "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall2021-12-207-12/+47
* Revert "[AST] Add UsingType: a sugar type for types found via UsingDecl"Sam McCall2021-12-207-47/+12
* [clangd] Don't trim xrefs references if we overran the limitKadir Cetinkaya2021-12-201-56/+55
* [AST] Add UsingType: a sugar type for types found via UsingDeclSam McCall2021-12-207-12/+47
* [clang-include-fixer] Fix incorrect ranking because of dangling referencesDanila Kutenin2021-12-201-10/+11
* [clangd] Fix undefined behavior when generating error message at rename with ...Aleksandr Platonov2021-12-192-2/+7
* Allow disabling integer to floating-point narrowing conversions for cppcoregu...Paul Altin2021-12-165-13/+51
* [clang-tidy][#51939] Exempt placement-new expressions from 'bugprone-throw-ke...Markus Böck2021-12-153-5/+22
* [clangd] Add ) to signature-help triggersKadir Cetinkaya2021-12-152-2/+3
* [clangd] Disable the NOLINTBBEGIN testcase in clangd.Haojian Wu2021-12-151-2/+3
* [clangd] Disable support for clang-tidy suppression blocks (NOLINTBEGIN)Sam McCall2021-12-151-1/+2
* [clangd] Cleanup unneeded use of shared_ptr. NFCSam McCall2021-12-1514-59/+50
* [NFC] Fix typos in release notes.Stephan T. Lavavej2021-12-141-1/+1
* [clangd][Dex] Fix crashes when building trigrams for empty identifierKadir Cetinkaya2021-12-132-0/+5
* [clangd] ... and mark a new test as -fno-ms-compatibility tooSam McCall2021-12-111-0/+1
* [clangd] Restore -fno-ms-compatibility to testsSam McCall2021-12-111-0/+4
* [clangd] Include-fixer: handle more "incomplete type" diags.Sam McCall2021-12-114-8/+146
* [clangd] Clean up some include-fixer tests. NFCSam McCall2021-12-111-90/+28
* [clangd] Provide documentation as MarkupContent in signaturehelpKadir Cetinkaya2021-12-1013-51/+114
* Prevent abseil-cleanup-ctad check from stomping on surrounding contextCJ Johnson2021-12-092-30/+18
* [clang][clangd] Desugar array type.lh1232021-12-091-2/+48
* Don't offer partial fix-its for `modernize-pass-by-value`Adrian Vogelsgesang2021-12-082-18/+42
* [clangd] Suppress IncludeCleaner warnings for headers behind pragma keepKirill Bobyrev2021-12-082-2/+19
* [clangd] Add fixes for clang "include <foo.h>" diagnosticsSam McCall2021-12-085-54/+148
* [clangd] Record IWYU pragma keep in the IncludeStructureKirill Bobyrev2021-12-087-22/+78
* [clangd] Make a.k.a printing configurable.lh1232021-12-087-2/+82
* [clangd] Add desugared type to hoverlh1232021-12-083-98/+220