aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2024-06-19[clang-doc] Add basic e2e test (#93928)PeterChou110-2/+568
2024-06-19[include-cleaner] don't consider the associated header unused (#67228)Sam McCall2-6/+89
2024-06-19[include-cleaner] Use filename as requested, not resolved pathKadir Cetinkaya1-2/+2
2024-06-18[llvm] Remove the Legacy PM Hello example (#95708)Andrzej Warzyński2-11/+2
2024-06-18Revert "[clang-tidy] fix false positives for the functions with the same name...Kadir Cetinkaya4-30/+11
2024-06-16[clang-tidy] fix false negatives for performance-inefficient-vector-operation...Congcong Cai3-3/+43
2024-06-15[clang-tidy]fix false positives of the result of std::move() is used as rvalu...Congcong Cai3-6/+20
2024-06-15[clang-tidy] avoid false positive when overload for bugprone-return-const-ref...Congcong Cai2-5/+100
2024-06-14[clang-doc][cmake] Copy assets to build directory (#95187)Paul Kirth1-6/+34
2024-06-14[include-cleaner] Pass WorkingDir to suggestPathToFileForDiagnostics (#95114)kadir çetinkaya2-2/+27
2024-06-13[llvm-project] Fix typo "seperate" (#95373)Jay Foad1-5/+5
2024-06-13[NFC][clang-tidy] fix typo in readability-else-after-returnCongcong Cai1-8/+8
2024-06-13[clang-tidy] ignoring macro with hash preprocessing token in cppcoreguideline...Congcong Cai4-2/+14
2024-06-12Revert "✨ [Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and...Vitaly Buka1-9/+0
2024-06-12[clang][Sema, Lex, Parse] Preprocessor embed in C and C++ (and Obj-C and Obj-...The Phantom Derpstorm1-0/+9
2024-06-11[clangd] Make it possible to enable misc-const-correctness clang-tidy check (...geza-herman1-7/+1
2024-06-11[clang-tidy] fix false positives for the functions with the same name as stan...Congcong Cai4-2/+29
2024-06-11[clang-tidy] Improve sizeof(pointer) handling in bugprone-sizeof-expression (...Donát Nagy7-75/+388
2024-06-11[clangd] Use clang_target_link_libraries() for clang libs (#94937)Nikita Popov3-4/+16
2024-06-10[clang-tidy][DOC] Update doc for Clang Static Analyzer checksPiotr Zegar5-1/+41
2024-06-10[clang-tidy] fix(clang-tools-extra/**.py): fix invalid escape sequences (#94028)Eisuke Kawashima2-3/+3
2024-06-10[clang-tidy] fix(clang-tools-extra/**.py): fix comparison to None (#94013)Eisuke Kawashima1-1/+1
2024-06-10[clang-tidy] `doesNotMutateObject`: Handle calls to member functions … (#94...Clement Courbet5-27/+247
2024-06-09Use StringRef::starts_with (NFC) (#94886)Kazu Hirata1-4/+2
2024-06-09[clang-tidy] Improve bugprone-multi-level-implicit-pointer-conversion (#94524)Piotr Zegar3-1/+26
2024-06-09[clang-tidy] Extend modernize-use-designated-initializers with new options (#...Piotr Zegar4-6/+41
2024-06-09[clang-tidy] Ignore implicit functions in readability-implicit-bool-conversio...Piotr Zegar3-3/+38
2024-06-09[clang-tidy] Ignore non-math operators in readability-math-missing-parenthese...Piotr Zegar2-1/+19
2024-06-08[clang-tidy] new check misc-use-internal-linkage (#90830)Congcong Cai13-0/+258
2024-06-07[clangd] Fix crash with null check for Token at Loc (#94528)Utkarsh Saxena7-19/+34
2024-06-07[clang-tidy] refactor misc-header-include-cycle (#94697)Congcong Cai1-9/+4
2024-06-07[clang-tidy]fix crashing when self include cycles for misc-header-include-cyc...Congcong Cai3-2/+11
2024-06-06[clang-tidy] Fix crash in readability-container-size-empty (#94527)Piotr Zegar3-2/+14
2024-06-06[clang-tidy] Remove redundant LINK_LIBS (#94588)Nikita Popov1-1/+0
2024-06-05[clang-tidy] Fix handling of members in readability-redundant-member-init (#9...Piotr Zegar3-8/+39
2024-06-03[clang-tidy] Fix assert in modernize-use-std-format/print (#94104)Mike Crowe7-13/+70
2024-06-03[clangd] Allow "move function body out-of-line" in non-header files (#69704)Christian Kandeler2-59/+164
2024-06-03[clang][Modules] Remove unnecessary includes of `Module.h` (#93417)David Stone1-3/+7
2024-05-30[clang-tidy] Check number of arguments to size/length in readability-containe...Piotr Zegar3-1/+35
2024-05-29[clangd] Add config option to allow detection of unused angled includes (#87208)Vadim D11-38/+144
2024-05-28[clang-tidy][NFC] Update identifier-length.rst (#93467)Mattan Elkaim1-5/+5
2024-05-28[clang-tidy] Optimize realpath in readability-identifier-naming (#92659)Piotr Zegar2-2/+12
2024-05-27[unittest] Fix target tripleFangrui Song1-1/+1
2024-05-27[clang-tools-extra] Remove redundant FOLDER property. NFC.Michael Kruse1-1/+0
2024-05-25[clang-tools-extra] Revise IDE folder structure (#89744)Michael Kruse11-3/+12
2024-05-23[clang-tidy] Correcting issues in `readability-implicit-bool-conversion` on C...Björn Svensson4-4/+374
2024-05-22[clang] NFCI: use TemplateArgumentLoc for NTTP DefaultArgument (#92852)Matheus Izvekov1-1/+2
2024-05-22[clang-tidy][NFCI] Simplify bugprone-sizeof-expression (#93024)Donát Nagy1-17/+15
2024-05-22Reland "[clang] Enable sized deallocation by default in C++14 onwards" (#90373)Pengcheng Wang2-11/+3
2024-05-21[clang] NFCI: use TemplateArgumentLoc for type-param DefaultArgument (#92854)Matheus Izvekov4-8/+17