aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2020-09-22clang-tools-extra: Drop doxygen link from index.rstHans Wennborg1-17/+0
2020-09-16clang-tools-extra release notes: drop in-progress warnings; minor cleanupsHans Wennborg1-57/+3
2020-09-16[clangd] Actually parse Index section of the YAML file.Adam Czachorowski2-6/+12
2020-09-15Fix -allow-enabling-analyzer-alpha-checkers always being passed to run-clang-...Joachim Priesner1-1/+1
2020-09-15[clangd] Use string[] for allCommitCharactersKirill Bobyrev2-2/+33
2020-08-10[clangd] Fix error in release notesSam McCall1-1/+1
2020-08-10[clangd] Release notes for 11.xSam McCall1-1/+190
2020-08-05[clang-tidy] Fix regression in RenamerClangTidyNathan James2-2/+8
2020-08-03[clangd] findNearbyIdentifier(): fix the word search in the token stream.Aleksandr Platonov2-2/+9
2020-07-29[clang-tidy] Fix RedundantStringCStrCheck with r valuesNathan James2-6/+10
2020-07-17[clangd] Always retrieve ProjectInfo from Base in OverlayCDBKadir Cetinkaya3-9/+19
2020-07-16Alphabetical order of Clang-tidy entries. Format improvements.Eugene Zelenko1-23/+25
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