Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/dotnet/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2020-09-22clang-tools-extra: Drop doxygen link from index.rstHans Wennborg
2020-09-16clang-tools-extra release notes: drop in-progress warnings; minor cleanupsHans Wennborg
2020-09-16[clangd] Actually parse Index section of the YAML file.Adam Czachorowski
2020-09-15Fix -allow-enabling-analyzer-alpha-checkers always being passed to run-clang-...Joachim Priesner
2020-09-15[clangd] Use string[] for allCommitCharactersKirill Bobyrev
2020-08-10[clangd] Fix error in release notesSam McCall
2020-08-10[clangd] Release notes for 11.xSam McCall
2020-08-05[clang-tidy] Fix regression in RenamerClangTidyNathan James
2020-08-03[clangd] findNearbyIdentifier(): fix the word search in the token stream.Aleksandr Platonov
2020-07-29[clang-tidy] Fix RedundantStringCStrCheck with r valuesNathan James
2020-07-17[clangd] Always retrieve ProjectInfo from Base in OverlayCDBKadir Cetinkaya
2020-07-16Alphabetical order of Clang-tidy entries. Format improvements.Eugene Zelenko
2020-07-15[clangd] Fix use-after-free in ArgStripperSam McCall
2020-07-15[clang-tidy] OptionsView::store specialized on boolNathan James
2020-07-14[clangd] Config: on by defaultSam McCall
2020-07-14[clangd] Make config::Provider::combine non-owning. NFCSam McCall
2020-07-14[clangd] Config: Index.BackgroundSam McCall
2020-07-14[clangd] Add missing link dep after 8eb8c92eb46908eSam McCall
2020-07-14[clangd] Cache config files for 5 seconds, without revalidating with stat.Sam McCall
2020-07-14[clangd] Config: CompileFlags.RemoveSam McCall
2020-07-14[clangd] Add library to semantically strip flags by name.Sam McCall
2020-07-14[clangd] Implement textDocument/foldingRangeKirill Bobyrev
2020-07-13[clangd] Remove const_cast. NFCSam McCall
2020-07-13[clangd] Fix DocumentSymbol rangesKirill Bobyrev
2020-07-13[clangd] Add metrics for recovery-expr type propagation.Haojian Wu
2020-07-13[clangd] Fix tests build for GCC5Aleksandr Platonov
2020-07-13[OpenMP] Add firstprivate as a default data-sharing attribute to clangAtmn Patel
2020-07-11[clang-tidy] Reworked enum options handling(again)Nathan James
2020-07-10[Lexer] Fix missing coverage line after #endifZequan Wu
2020-07-10[clangd] Update semanticTokens support to reflect latest LSP draftSam McCall
2020-07-10[clangd] Fix hover crash on InitListExpr.Haojian Wu
2020-07-10[clangd] Config: If.PathExcludeSam McCall
2020-07-10[clang-tidy] Use Options priority in enum options where it was missingNathan James
2020-07-10[clang-tidy] More strict on matching the standard memset function in memset-u...Haojian Wu
2020-07-10[clangd] Factor out some helper functions related to heuristic resolution in ...Nathan Ridge
2020-07-09[clangd] Implement path and URI translation for remote indexKirill Bobyrev
2020-07-09[change-namespace][NFC] Clean up joinNamespacesNathan James
2020-07-09[clangd] Enable async preambles by defaultKadir Cetinkaya
2020-07-09[clangd] Fix error handling in config.yaml parsing.Sam McCall
2020-07-08[clangd] Improve serialization error messages. NFCSam McCall
2020-07-08[clangd] Enable reading config from files behind a flagSam McCall
2020-07-07Speculatively fix the sphinx build.Aaron Ballman
2020-07-07Warn pointer captured in async blockEllis Hoag
2020-07-07[NFC] Use hasAnyName matcher in place of anyOf(hasName()...)Nathan James
2020-07-07[clangd] Store index in '.cache/clangd/index' instead of '.clangd/index'Sam McCall
2020-07-07[clang-tidy] Fix an unused-raii check crash on objective-c++.Haojian Wu
2020-07-06[clangd] More complete fix for hover crashes on invalid record.Haojian Wu
2020-07-06[clang-tidy] Fix incorrect default option in fc3c693b61Nathan James
2020-07-06[clang-tidy] Added alias llvm-else-after-return.Nathan James
2020-07-06Removed a RecursiveASTVisitor feature to visit operator kinds with different ...Dmitri Gribenko