aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2022-08-18[clangd] Fix a tsan failure in PreambleThrottle testsKadir Cetinkaya1-3/+6
2022-08-18[clangd] Use the "macro" semantic token for pre-defined identifiersChristian Kandeler2-0/+14
2022-08-18[clang-tidy] Rename a local cmake variables to match the new tool name. NFC.Martin Storsjö1-8/+8
2022-08-17[clang-tidy] hicpp-signed-bitwise - Return location of the operand (and not o...Vladimir Plyashkun3-29/+29
2022-08-17[pseudo] Eliminate the type-name identifier ambiguities in the grammar.Haojian Wu2-18/+12
2022-08-17[clangd] Support for standard type hierarchyKadir Cetinkaya12-360/+782
2022-08-16[pseudo] Style tweaks forgotten in D130337. NFCSam McCall1-4/+5
2022-08-14Use llvm::none_of (NFC)Kazu Hirata2-4/+3
2022-08-14[clangd] Use llvm::any_of (NFC)Kazu Hirata1-6/+5
2022-08-14Use llvm::all_of (NFC)Kazu Hirata3-10/+6
2022-08-13Use llvm::erase_if (NFC)Kazu Hirata1-5/+3
2022-08-13Remove unused forward declarations (NFC)Kazu Hirata1-1/+0
2022-08-13[clangd] Drop unnecessary const from return types (NFC)Kazu Hirata1-1/+1
2022-08-13Use Optional::transform instead of Optional::map (NFC)Kazu Hirata1-1/+2
2022-08-12[clang-doc] Always emit the TagType for RecordInfoBrett Wilson5-5/+17
2022-08-12[clang-doc] Fix assert on startupBrett Wilson1-2/+3
2022-08-12[clangd][unittests][IncludeCleaner] Don't call findReferencedFiles() if the r...Aleksandr Platonov1-6/+0
2022-08-12[clangd] Fix an inlay-hint crash on a broken designator.Haojian Wu2-2/+15
2022-08-12[pseudo] Apply the function-declarator to member functions.Haojian Wu2-3/+12
2022-08-12[pseudo] Eliminate an ambiguity for the empty member declaration.Haojian Wu2-1/+9
2022-08-12[clang-tidy] Support C++14 in bugprone-signal-handler.Balázs Kéri11-78/+546
2022-08-11[clang-tidy][docs] Fixed page title for abseil-no-internal-dependencies check...Vladimir Plyashkun1-1/+1
2022-08-11[clang-doc] Read docstrings for record membersBrett Wilson9-10/+116
2022-08-11[pseudo] Use C++17 variant to simplify the DirectiveTree::Chunk class, NFC.Haojian Wu3-170/+87
2022-08-11[pseudo] Fix a bug in checking the duplicated grammar rules.Haojian Wu2-2/+19
2022-08-11[clang-tidy] Add cppcoreguidelines-avoid-const-or-ref-data-members checkCarlos Galvez8-0/+304
2022-08-11[clangd][test] Fix error message in SerializationTest.BinaryConversionsTom Praschan1-1/+1
2022-08-11[clang][transformer] Finish plumbing `Note` all the way to the output.Clement Courbet2-11/+45
2022-08-10Default implicit function pointer conversions diagnostic to be an errorAaron Ballman2-3/+6
2022-08-10Revert rGa772f775a2ba401e95a0bbe73deb6300f1dc12c0 "[clang-tidy] Support C++14...Simon Pilgrim11-546/+78
2022-08-10[clang-tidy] Support C++14 in bugprone-signal-handler.Balázs Kéri11-78/+546
2022-08-10[clang][transformer] Fix crash on replacement-less ASTEdit.Clement Courbet1-0/+26
2022-08-09[pseudo] Fix a suspicious usage of `sizeof(this)`.Haojian Wu1-1/+1
2022-08-09[clang-pseudo] Forest.h - don't inherit from std::iteratorSimon Pilgrim1-1/+3
2022-08-09[clang][clang-tools-extra] LLVM_NODISCARD => [[nodiscard]]. NFCFangrui Song8-14/+14
2022-08-09LLVM_FALLTHROUGH => [[fallthrough]]. NFCFangrui Song6-11/+11
2022-08-08[clang-tidy] Fix a regression of readability-container-size-empty after the A...Haojian Wu2-4/+19
2022-08-07[clang-tidy] Use is_contained (NFC)Kazu Hirata2-4/+2
2022-08-07[clang-tidy] Fix a forwarding-reference-overload crash after theHaojian Wu2-4/+16
2022-08-07Use llvm::is_contained (NFC)Kazu Hirata4-11/+9
2022-08-06[clang-tidy] Fix g++ -DCMAKE_CXX_STANDARD=17 buildFangrui Song2-9/+13
2022-08-05fixes clang-tidy/checks/list.rst: a line was accidentally removed in 95a92995...Rashmi Mudduluru1-0/+1
2022-08-05[clangd] Change the url for clang-tidy check documentationNathan James2-4/+14
2022-08-04[clang-doc] Default to Standalone executor and improve documentationPetr Hosek3-16/+41
2022-08-04Revert "[clang] Pass FoundDecl to DeclRefExpr creator for operator overloads"Kadir Cetinkaya1-11/+0
2022-08-04[Clang][C++20] Support capturing structured bindings in lambdasCorentin Jabot1-2/+2
2022-08-03Revert "[Clang][C++20] Support capturing structured bindings in lambdas"Corentin Jabot1-2/+2
2022-08-03[Clang][C++20] Support capturing structured bindings in lambdasCorentin Jabot1-2/+2
2022-08-03Add foldings for multi-line comment.Utkarsh Saxena4-19/+81
2022-08-03[clang][dataflow] Make the type of the post visit callback consistentStanislav Gatev1-2/+3