aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2020-07-07[clangd] Store index in '.cache/clangd/index' instead of '.clangd/index'Sam McCall3-8/+8
2020-07-07[clang-tidy] Fix an unused-raii check crash on objective-c++.Haojian Wu2-3/+20
2020-07-06[clangd] More complete fix for hover crashes on invalid record.Haojian Wu2-6/+20
2020-07-06[clang-tidy] Fix incorrect default option in fc3c693b61Nathan James1-1/+1
2020-07-06[clang-tidy] Added alias llvm-else-after-return.Nathan James5-0/+33
2020-07-06Removed a RecursiveASTVisitor feature to visit operator kinds with different ...Dmitri Gribenko2-2/+2
2020-07-05[clangd] Fix stack-use-after-scopeBenjamin Kramer1-2/+2
2020-07-05[NFC] Clean up braces and anon namespaceNathan James1-24/+16
2020-07-04Fix two -Wrange-loop-analysis warnings that Xcode 12 beta incorrectly complai...Nico Weber2-2/+2
2020-07-04[clangd] Try to fix windows buildbot. NFCSam McCall1-2/+4
2020-07-04[clangd] Config: compute config in TUScheduler and BackgroundIndexSam McCall9-40/+227
2020-07-04[clangd] Config: loading and caching config from disk.Sam McCall7-4/+413
2020-07-03[clangd] Fix hover crash on invalid declsKadir Cetinkaya2-4/+19
2020-07-03Revert AST Matchers default to AsIs modeStephen Kelly2-4/+4
2020-07-03[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci2-3/+2
2020-07-03[clangd] Improve hover on arguments to function callAdam Czachorowski3-12/+374
2020-07-02Revert "[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextN...Bruno Ricci2-2/+3
2020-07-02[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci2-3/+2
2020-07-02[clangd] Switch FindSymbolsTests to use TestTUKadir Cetinkaya3-253/+200
2020-07-02Revert "[clang-tidy] For `run-clang-tidy.py` escape the paths that are used f...Nathan James1-1/+0
2020-07-01[clang-tidy] Allows the prevailing include header guard in Flang to be recogn...Eric Schweitz1-0/+4
2020-07-01[clangd] Fix race in FileIndex that sometimes temporarily lost updates.Sam McCall4-13/+76
2020-07-01[clang-tidy] fix cppcoreguidelines-init-variables with catch variablesNathan James2-1/+9
2020-07-01[clangd] Set gRPC deadlines to all remote index requestsKirill Bobyrev1-3/+12
2020-07-01[clangd] Fix name conflict again, unbreak GCC. NFCSam McCall1-6/+6
2020-07-01[clangd] Config: compile Fragment -> CompiledFragment -> ConfigSam McCall9-67/+411
2020-07-01[clang-tidy] New util `Aliasing` factored out from `bugprone-infinite-loop`Adam Balogh4-48/+104
2020-07-01[clangd] Run formatting operations asynchronously.Sam McCall6-62/+86
2020-06-30[clang-tidy] Added option to readability-else-after-returnNathan James5-3/+74
2020-06-30[clang-tidy] performance-faster-string-find string-viewNathan James4-7/+44
2020-06-30[clang-tidy] Sanity checks in ClangTidyTest header.Nathan James1-2/+4
2020-06-30[clangd] Suppress GCC -Woverloaded-virtual by renaming ThreadsafeFS extension...Sam McCall5-22/+27
2020-06-30[clangd] Remove redundant `findRefs` calls. NFC.lh1231-1/+0
2020-06-30[clang-tidy][docs] Fix malformed link in ReleaseNotesNathan James1-1/+1
2020-06-29Add missing #includeDavid Blaikie1-4/+1
2020-06-29[clangd] config() -> Config::current to avoid confict with NSSam McCall3-9/+8
2020-06-29Reland [clangd] Config: config struct propagated through ContextSam McCall5-0/+117
2020-06-29Revert "[clangd] Config: config struct propagated through Context"Sam McCall5-117/+0
2020-06-29[clangd] Config: config struct propagated through ContextSam McCall5-0/+117
2020-06-29[clang-tidy][NFC] Remove unnecessary includes throughout clang-tidy header filesNathan James103-88/+135
2020-06-29[clang-tidy] Fix hicpp-named-paramaterNathan James1-3/+3
2020-06-29Revert "[clang-tidy] relanding b9306fd"Nathan James20-183/+143
2020-06-29[clang-tidy] relanding b9306fdNathan James20-143/+183
2020-06-29[clangd][Hover] Dont crash on null typesKadir Cetinkaya2-11/+14
2020-06-28Revert "[clang-tidy] Reworked enum options handling(again)"Nico Weber19-164/+139
2020-06-28[clang-tidy] Update lang restrictions on perf moduleNathan James6-3/+15
2020-06-28Fix build errors after b9306fd0Nathan James1-1/+1
2020-06-28[clang-tidy] Reworked enum options handling(again)Nathan James19-139/+164
2020-06-27Revert "[Docs] Fix typo and test git commit access. NFC."lh1231-1/+1
2020-06-27[Docs] Fix typo and test git commit access. NFC.lh1231-1/+1