summaryrefslogtreecommitdiff
path: root/clang-tools-extra
Commit message (Expand)AuthorAgeFilesLines
* Revert "[clang] Build UsingType for elaborated type specifiers."Haojian Wu2023-01-272-10/+0
* Revert "[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExt...Carlos Galvez2023-01-2514-161/+23
* Correct some dead links in the clang-tidy docsPratik Sharma2023-01-241-3/+3
* readability-const-return-type: don't diagnose a template function returning T...Andy Getzendanner2023-01-232-3/+19
* [clang-tidy] Improve rename_check.pyChris Cotter2023-01-231-7/+6
* [clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez2023-01-23343-2065/+688
* [clang-tidy][NFC] Fix Release Notes build errorCarlos Galvez2023-01-231-1/+1
* [clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez2023-01-2314-23/+161
* Silence an MSVC "not all control paths return" warning; NFCAaron Ballman2023-01-231-0/+1
* [include-cleaner] Ranking of providers based on hintsKadir Cetinkaya2023-01-2311-105/+624
* [clang] Fix the location of UsingTypeLoc.Haojian Wu2023-01-231-0/+7
* Use llvm::popcount instead of llvm::countPopulation(NFC)Kazu Hirata2023-01-221-1/+1
* [clangd] Fix shared lib buildsKadir Cetinkaya2023-01-203-7/+8
* [clangd] Fix clangd-fuzzer build.Haojian Wu2023-01-191-0/+1
* [clangd] Implement unused include warnings with include-cleaner library.Haojian Wu2023-01-1910-8/+117
* [clang] Build UsingType for elaborated type specifiers.Haojian Wu2023-01-191-0/+3
* [clangd] Simplify some tests in IncludeCleanerTests, NFCHaojian Wu2023-01-191-8/+6
* [CMake] Allow setting the location of host tools with LLVM_NATIVE_TOOL_DIRMartin Storsjö2023-01-182-28/+2
* [clangd] Disable modernize-macro-to-enum tidy checkKadir Cetinkaya2023-01-171-1/+1
* [clangd] Disable ScopedMemoryLimit on tsan buildsKadir Cetinkaya2023-01-171-1/+1
* [llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser2023-01-164-7/+7
* [include-cleaner] FindHeaders respects IWYU export pragma for standard headers.Haojian Wu2023-01-165-13/+88
* Remove redundant initialization of std::optional (NFC)Kazu Hirata2023-01-141-1/+1
* [clangd] Hover: show CalleeArgInfo for literals and expressionsTom Praschan2023-01-142-17/+96
* [clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez2023-01-14369-2161/+743
* Move definitions to prevent incomplete types.Jens Massberg2023-01-132-41/+55
* [include-cleaner] Remove a stale FIXME.Haojian Wu2023-01-131-2/+0
* [clang-tidy][doc] Deprecate the AnalyzeTemporaryDtors optionCarlos Galvez2023-01-132-1/+5
* [clangd] support expanding `decltype(expr)`v1nh1shungry2023-01-1310-50/+129
* [clang-tidy] don't warn when returning the result for bugprone-standalone-emptyv1nh1shungry2023-01-132-6/+312
* [test] Split out Annotations from `TestingSupport`Jordan Rupprecht2023-01-1216-14/+23
* [clang-tidy][NFC] Make CheckFactories::CreateChecks* constNathan James2023-01-122-4/+5
* [clangd] Fix tests for CLANGD_TIDY_CHECKS=OFF buildsKadir Cetinkaya2023-01-121-2/+2
* [clangd] Tag clang-tidy diagnostics: modernize-*=deprecated, misc-unused-*=un...Sam McCall2023-01-122-6/+19
* [include-cleaner] Treat a constructor call as a use of the class type.Haojian Wu2023-01-122-4/+5
* [clangd] Respect clang-tidy SystemHeaders option if specifiedSam McCall2023-01-111-2/+2
* [clangd] Suppress clang-tidy warnings for code spelled in system macrosSam McCall2023-01-112-1/+35
* [include-cleaner] Improve header spelling in the presence of linksSam McCall2023-01-112-15/+17
* Remove the ThreadLocal template from LLVM.Owen Anderson2023-01-101-1/+0
* [NFC] [clang-tools-extra] Alphabetize clang-tidy release notesChris Cotter2023-01-101-11/+11
* [clang-tidy] Match derived types in in modernize-loop-convertChris Cotter2023-01-104-9/+28
* Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille2023-01-1025-44/+43
* Revert "Remove the ThreadLocal template from LLVM."Owen Anderson2023-01-091-0/+1
* Remove the ThreadLocal template from LLVM.Owen Anderson2023-01-091-1/+0
* [clangd] Include the correct header for typeid()Nathan Ridge2023-01-091-1/+1
* [clangd] Full support for #import insertionsDavid Goldman2023-01-0916-16/+154
* [clangd] Add flag to control #import include insertionsDavid Goldman2023-01-092-0/+13
* [include-cleaner] Don't count references to operators as usesHaojian Wu2023-01-092-0/+24
* [include-cleaner] Filter template instantiations from AST roots.Viktoriia Bakalova2023-01-092-1/+37
* [clang-tidy][NFC] Remove unused User argument in misc-misleading-bidirectiona...Carlos Galvez2023-01-081-4/+2