aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2023-05-30Revert DSE workarounds, this was causing some problems in main.Tom Stellard2-9/+2
2023-05-16[clangd] Fix builds after 4ddae8b941398a6579d3llvmorg-16.0.4Kadir Cetinkaya2-9/+5
2023-05-16[clangd] Fix test failure when it's built with compiler flags unknown by clangXi Ruoyao2-0/+11
2023-05-16[clang-tidy][test] Add trailing -- to suppress compile_commands.json readFangrui Song1-2/+2
2023-03-09[include-cleaner] Dont pass llvm::StringRef to gtest APIsKadir Cetinkaya1-1/+1
2023-01-27Revert "[clang] Build UsingType for elaborated type specifiers."Haojian Wu2-10/+0
2023-01-25Revert "[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExt...Carlos Galvez14-161/+23
2023-01-24Correct some dead links in the clang-tidy docsPratik Sharma1-3/+3
2023-01-23readability-const-return-type: don't diagnose a template function returning T...Andy Getzendanner2-3/+19
2023-01-23[clang-tidy] Improve rename_check.pyChris Cotter1-7/+6
2023-01-23[clang-tidy][NFC] Use C++17 nested namespaces in clang-tidy headersCarlos Galvez343-2065/+688
2023-01-23[clang-tidy][NFC] Fix Release Notes build errorCarlos Galvez1-1/+1
2023-01-23[clang-tidy] Introduce HeaderFileExtensions and ImplementationFileExtensions ...Carlos Galvez14-23/+161
2023-01-23Silence an MSVC "not all control paths return" warning; NFCAaron Ballman1-0/+1
2023-01-23[include-cleaner] Ranking of providers based on hintsKadir Cetinkaya11-105/+624
2023-01-23[clang] Fix the location of UsingTypeLoc.Haojian Wu1-0/+7
2023-01-22Use llvm::popcount instead of llvm::countPopulation(NFC)Kazu Hirata1-1/+1
2023-01-20[clangd] Fix shared lib buildsKadir Cetinkaya3-7/+8
2023-01-19[clangd] Fix clangd-fuzzer build.Haojian Wu1-0/+1
2023-01-19[clangd] Implement unused include warnings with include-cleaner library.Haojian Wu10-8/+117
2023-01-19[clang] Build UsingType for elaborated type specifiers.Haojian Wu1-0/+3
2023-01-19[clangd] Simplify some tests in IncludeCleanerTests, NFCHaojian Wu1-8/+6
2023-01-18[CMake] Allow setting the location of host tools with LLVM_NATIVE_TOOL_DIRMartin Storsjö2-28/+2
2023-01-17[clangd] Disable modernize-macro-to-enum tidy checkKadir Cetinkaya1-1/+1
2023-01-17[clangd] Disable ScopedMemoryLimit on tsan buildsKadir Cetinkaya1-1/+1
2023-01-16[llvm][ADT] Replace uses of `makeMutableArrayRef` with deduction guidesJoe Loser4-7/+7
2023-01-16[include-cleaner] FindHeaders respects IWYU export pragma for standard headers.Haojian Wu5-13/+88
2023-01-14Remove redundant initialization of std::optional (NFC)Kazu Hirata1-1/+1
2023-01-14[clangd] Hover: show CalleeArgInfo for literals and expressionsTom Praschan2-17/+96
2023-01-14[clang-tidy][NFC] Use C++17 nested namespaces in the clang-tidy folderCarlos Galvez369-2161/+743
2023-01-13Move definitions to prevent incomplete types.Jens Massberg2-41/+55
2023-01-13[include-cleaner] Remove a stale FIXME.Haojian Wu1-2/+0
2023-01-13[clang-tidy][doc] Deprecate the AnalyzeTemporaryDtors optionCarlos Galvez2-1/+5
2023-01-13[clangd] support expanding `decltype(expr)`v1nh1shungry10-50/+129
2023-01-13[clang-tidy] don't warn when returning the result for bugprone-standalone-emptyv1nh1shungry2-6/+312
2023-01-12[test] Split out Annotations from `TestingSupport`Jordan Rupprecht16-14/+23
2023-01-12[clang-tidy][NFC] Make CheckFactories::CreateChecks* constNathan James2-4/+5
2023-01-12[clangd] Fix tests for CLANGD_TIDY_CHECKS=OFF buildsKadir Cetinkaya1-2/+2
2023-01-12[clangd] Tag clang-tidy diagnostics: modernize-*=deprecated, misc-unused-*=un...Sam McCall2-6/+19
2023-01-12[include-cleaner] Treat a constructor call as a use of the class type.Haojian Wu2-4/+5
2023-01-11[clangd] Respect clang-tidy SystemHeaders option if specifiedSam McCall1-2/+2
2023-01-11[clangd] Suppress clang-tidy warnings for code spelled in system macrosSam McCall2-1/+35
2023-01-11[include-cleaner] Improve header spelling in the presence of linksSam McCall2-15/+17
2023-01-10Remove the ThreadLocal template from LLVM.Owen Anderson1-1/+0
2023-01-10[NFC] [clang-tools-extra] Alphabetize clang-tidy release notesChris Cotter1-11/+11
2023-01-10[clang-tidy] Match derived types in in modernize-loop-convertChris Cotter4-9/+28
2023-01-10Move from llvm::makeArrayRef to ArrayRef deduction guides - last partserge-sans-paille25-44/+43
2023-01-09Revert "Remove the ThreadLocal template from LLVM."Owen Anderson1-0/+1
2023-01-09Remove the ThreadLocal template from LLVM.Owen Anderson1-1/+0
2023-01-09[clangd] Include the correct header for typeid()Nathan Ridge1-1/+1