aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2022-12-21[clangd] Fix crashing race in ClangdServer shutdown with stdlib indexingSam McCall1-7/+16
2022-12-21[clang-tidy] Fix crash in bugprone-suspicious-realloc-usage.Balázs Kéri2-1/+8
2022-12-20[clangd] Avoid triggering linkage computation for decl with unstable linkage ...Nathan Ridge2-0/+17
2022-12-20[Support] Move TargetParsers to new componentArchibald Elliott3-0/+3
2022-12-20[include-cleaner] Respect IWYU pragmas during analyzeKadir Cetinkaya2-7/+12
2022-12-20[Clang] Prepare for llvm::Optional becoming std::optional.Benjamin Kramer24-66/+50
2022-12-19[clangd] Support type hints for `decltype(expr)`v1nh1shungry2-0/+30
2022-12-19[include-cleaner] Base-type usage from member exprs is implicit.Haojian Wu2-20/+20
2022-12-19[clang-tidy][NFC] Replace custom isStatic matcher with the existing isStaticS...Carlos Galvez1-7/+2
2022-12-19[include-cleaner] Use expansion locations for macros.Viktoriia Bakalova2-3/+63
2022-12-19[include-cleaner] Handle dependent type members in AST.Viktoriia Bakalova2-0/+11
2022-12-19[include-cleaner] Fix a missing review comment.Haojian Wu1-2/+2
2022-12-19[include-cleaner] Fix the member-expr-access usage for sugar type.Haojian Wu2-25/+65
2022-12-18Revert "[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::op...Krzysztof Parzyszek22-98/+57
2022-12-18Include <optional> instead of "llvm/ADT/Optional.h"Kazu Hirata1-1/+1
2022-12-18Remove redundant .c_str() and .get() callsGregory Alfonso1-1/+1
2022-12-17[clang] Convert OptionalFileEntryRefDegradesToFileEntryPtr to std::optionalKrzysztof Parzyszek22-57/+98
2022-12-17[clang-tools-extra] llvm::Optional::value => operator*/operator->Fangrui Song5-6/+5
2022-12-17[clangd] llvm::Optional::value => operator*/operator->Fangrui Song4-25/+24
2022-12-17std::optional::value => operator*/operator->Fangrui Song3-9/+9
2022-12-16[clangd] Migrate uses of operator<<(raw_ostream &OS, const Optional<T> &O) to...Fangrui Song2-3/+3
2022-12-16[clangd] Remove ReferenceFinder::Reference::TargetNathan Ridge1-9/+5
2022-12-16Correct typos (NFC)Sprite1-2/+2
2022-12-16[clang][dataflow] Remove unused argument in getNullabilityDani Ferreira Franco Moura1-3/+3
2022-12-16[Support] llvm::Optional => std::optionalFangrui Song1-1/+1
2022-12-16JSON: llvm::Optional => std::optionalFangrui Song16-82/+82
2022-12-16[clang-tidy] Use Python3 for add_new_check.py and rename_check.pyCarlos Galvez3-2/+5
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