aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2022-12-15[clang-tools-extra] Convert tests to check 'target=...'Paul Robinson5-5/+5
2022-12-15[clang-tidy] Add configuration option to bugprone-unchecked-optional-access c...Yitzhak Mandelbaum3-7/+67
2022-12-15YAMLParser: llvm::Optional => std::optionalFangrui Song2-3/+2
2022-12-14Don't include StringSwitch (NFC)Kazu Hirata1-1/+0
2022-12-14Don't include Optional.hKazu Hirata1-1/+0
2022-12-14[clang-tidy] Use llvm::transformOptional (NFC)Kazu Hirata1-3/+3
2022-12-14[include-cleaner] Print the line number of removal #includes.Haojian Wu1-1/+1
2022-12-14[clangd] Correct the local variable names to match the code style, NFCHaojian Wu1-6/+6
2022-12-14[clang] Remove uses of ::testing::Matcher<const Optional<T> &>Fangrui Song32-34/+34
2022-12-13[clangd] Fix a semantic highlighting crash on dependent code.Haojian Wu2-2/+12
2022-12-13[clangd] Fix some header guard names, NFCHaojian Wu5-11/+11
2022-12-12[clangd] Add a missing header guard for InsertionPoint.hHaojian Wu1-0/+5
2022-12-12[clang-tidy] Fix a couple additional cases in misc-use-anonymous-namespace onlyCarlos Galvez5-6/+75
2022-12-12[clangd] Add support for semantic token type "operator"Christian Kandeler5-54/+164
2022-12-12[clang-tidy][NFC] Fix compiler warning in GlobListTest.cppCarlos Galvez1-1/+1
2022-12-12[include-cleaner] Add a newline at end of the file, NFCHaojian Wu2-2/+2
2022-12-12[clang-tidy][NFC] Simply match processing in misc-use-anonymous-namespaceCarlos Galvez2-18/+8
2022-12-12[include-cleaner] Include the reference type when printing the SymbolReference.Haojian Wu1-1/+1
2022-12-12[clangd] Fix a typo "Features.h" => "Feature.h" in IWYU pragma.Haojian Wu1-1/+1
2022-12-12[clangd] Remove a gest-internal header, NFCHaojian Wu1-1/+0
2022-12-12[include-cleaner] Add a unique_ptr-style member expr test in WalkASTTest.Haojian Wu1-0/+14
2022-12-10[clang-tools-extra] Use std::optional instead of None in comments (NFC)Kazu Hirata7-12/+14
2022-12-10Don't include None.h (NFC)Kazu Hirata10-10/+0
2022-12-09[Clang-Tidy] Empty CheckAbraham Corea Diaz8-0/+864
2022-12-09[include-cleaner] Filter out references that not spelled in the main file.Haojian Wu4-3/+129
2022-12-09[clangd] NFC. Add a newline at the end of the fileIlya Biryukov1-1/+1
2022-12-09[include-cleaner] Fix walkUsed only report a single macro ref.Haojian Wu2-9/+17
2022-12-08[clang-doc] Add template support.Brett Wilson13-83/+589
2022-12-08[clangd] Add a newline-eof to the system-include-extractor.testHaojian Wu1-1/+1
2022-12-08[clang-tidy] Do not warn about redundant static in misc-use-anonymous-namespaceCarlos Galvez4-54/+14
2022-12-08[include-cleaner] Handle base class member access from derived class.Viktoriia Bakalova2-3/+26
2022-12-08[include-cleaner] Remove filtering from UsingDecl visit.Viktoriia Bakalova2-30/+21
2022-12-07[clang-tools-extra] Use std::nullopt instead of None in comments (NFC)Kazu Hirata10-29/+29
2022-12-07[Bitcode(Reader|Writer)] Convert Optional to std::optionalKrzysztof Parzyszek2-4/+3
2022-12-07Revert "[clang-doc] Add template support."Brett Wilson13-587/+80
2022-12-07[clang-doc] Add template support.Brett Wilson13-80/+587
2022-12-07[clangd] Fix a typo in -ranking-model documentation. NFCIlya Biryukov1-1/+1
2022-12-07[clangd] Allow to build Clangd without decision forestIlya Biryukov10-65/+141
2022-12-06[clangd] Use std::nullopt instead of None (NFC)Kazu Hirata1-2/+1
2022-12-06[clang-tools-extra] Don't including None.h (NFC)Kazu Hirata25-25/+0
2022-12-06[YAML] Convert Optional to std::optionalKrzysztof Parzyszek9-37/+36
2022-12-06[clang][Tooling] Add support for generating #import editsDavid Goldman6-18/+36
2022-12-06[clangd] Add new IncludeDirective to IncludeHeaderWithReferencesDavid Goldman17-64/+237
2022-12-06Process: convert Optional to std::optionalKrzysztof Parzyszek2-6/+16
2022-12-06[include-cleaner] Make use of locateSymbol in WalkUsed and HTMLReportKadir Cetinkaya5-86/+131
2022-12-05[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata7-8/+8
2022-12-05[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata1-1/+2
2022-12-05[clang-tools-extra] Use std::nullopt instead of llvm::None (NFC)Kazu Hirata29-121/+129
2022-12-05[include-cleaner] Add two command-line flags to the include-cleanerHaojian Wu1-0/+2
2022-12-05Fix MSVC "not all control paths return a value" warning. NFC.Simon Pilgrim1-0/+1