aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2020-07-15Bump the trunk major version to 12llvmorg-12-initHans Wennborg2-187/+7
2020-07-15[clangd] Fix use-after-free in ArgStripperSam McCall1-1/+2
2020-07-14[clang-tidy] OptionsView::store specialized on boolNathan James3-9/+30
2020-07-14[clangd] Config: on by defaultSam McCall1-1/+1
2020-07-14[clangd] Make config::Provider::combine non-owning. NFCSam McCall4-10/+11
2020-07-14[clangd] Config: Index.BackgroundSam McCall7-1/+117
2020-07-14[clangd] Add missing link dep after 8eb8c92eb46908eSam McCall1-0/+1
2020-07-14[clangd] Cache config files for 5 seconds, without revalidating with stat.Sam McCall4-16/+83
2020-07-14[clangd] Config: CompileFlags.RemoveSam McCall5-4/+60
2020-07-14[clangd] Add library to semantically strip flags by name.Sam McCall3-0/+467
2020-07-14[clangd] Implement textDocument/foldingRangeKirill Bobyrev10-5/+171
2020-07-13[clangd] Remove const_cast. NFCSam McCall2-4/+3
2020-07-13[clangd] Fix DocumentSymbol rangesKirill Bobyrev2-12/+72
2020-07-13[clangd] Add metrics for recovery-expr type propagation.Haojian Wu2-1/+6
2020-07-13[clangd] Fix tests build for GCC5Aleksandr Platonov1-9/+9
2020-07-12[OpenMP] Add firstprivate as a default data-sharing attribute to clangAtmn Patel2-2/+59
2020-07-11[clang-tidy] Reworked enum options handling(again)Nathan James19-143/+174
2020-07-10[Lexer] Fix missing coverage line after #endifZequan Wu1-1/+1
2020-07-10[clangd] Update semanticTokens support to reflect latest LSP draftSam McCall6-32/+32
2020-07-10[clangd] Fix hover crash on InitListExpr.Haojian Wu2-1/+26
2020-07-10[clangd] Config: If.PathExcludeSam McCall4-0/+30
2020-07-10[clang-tidy] Use Options priority in enum options where it was missingNathan James1-19/+22
2020-07-10[clang-tidy] More strict on matching the standard memset function in memset-u...Haojian Wu2-4/+17
2020-07-10[clangd] Factor out some helper functions related to heuristic resolution in ...Nathan Ridge1-29/+52
2020-07-09[clangd] Implement path and URI translation for remote indexKirill Bobyrev9-124/+530
2020-07-09[change-namespace][NFC] Clean up joinNamespacesNathan James1-8/+2
2020-07-09[clangd] Enable async preambles by defaultKadir Cetinkaya2-2/+2
2020-07-09[clangd] Fix error handling in config.yaml parsing.Sam McCall2-24/+38
2020-07-08[clangd] Improve serialization error messages. NFCSam McCall3-13/+25
2020-07-08[clangd] Enable reading config from files behind a flagSam McCall1-1/+35
2020-07-07Speculatively fix the sphinx build.Aaron Ballman1-0/+1
2020-07-07Warn pointer captured in async blockEllis Hoag8-2/+148
2020-07-07[NFC] Use hasAnyName matcher in place of anyOf(hasName()...)Nathan James9-57/+47
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