aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra
AgeCommit message (Expand)AuthorFilesLines
2021-06-14Make clangd CompletionModel not depend on directory layout.Harald van Dijk1-1/+2
2021-06-14Make clangd CompletionModel usable even with non-standard (but supported) layoutserge-sans-paille1-2/+2
2021-06-08[clangd] Only allow remote index to be enabled from user config.Sam McCall6-17/+50
2021-04-29[clangd] Log a message when gRPC support is off, but remote-index is configuredKadir Cetinkaya2-8/+9
2021-03-08[clang-tidy] Deprecate readability-deleted-default checkNathan James2-17/+13
2021-02-22clang-tidy: Disable cppcoreguidlines-prefer-member-initializer checkTom Stellard9-951/+0
2021-02-22[clangd] Release notes for 12.xSam McCall1-0/+169
2021-02-22[clangd] Fix windows buildbots after ecea7218fb9b994b26471e9877851cdb51a5f1d4Kadir Cetinkaya2-12/+13
2021-02-22[clangd] Treat paths case-insensitively depending on the platformKadir Cetinkaya7-20/+124
2021-02-22[clangd] Rename: merge index/AST refs path-insensitively where neededSam McCall6-16/+85
2021-02-22clang-extra: fix incorrect use of std::lock_guard by adding variable name (id...Conrad Poelman1-1/+1
2021-02-19[clangd] Treat "null" optional fields as missingKadir Cetinkaya1-15/+31
2021-02-16[clangd] Fix race in Global CDB shutdownSam McCall1-1/+5
2021-02-15[clang-tidy] Fix crash in readability-identifier-naming checkNathan James1-0/+4
2021-02-12[clangd] Fix clang tidy provider when multiple config files exist in director...Nathan James3-1/+62
2021-01-29[clang-tidy] Fix linking tests to LLVMTestingSupportMichał Górny1-1/+1
2021-01-29[clangd] Parse Diagnostics block, and nest ClangTidy block under it.Sam McCall7-60/+75
2021-01-29[clangd] Log warning when using legacy (theia) semantic highlighting.Sam McCall1-0/+5
2021-01-27[clangd] Work around GCC bug 66735Sam McCall1-2/+2
2021-01-26[clangd] FindTarget resolves base specifierNathan James2-1/+20
2021-01-26[clangd] Selection handles CXXBaseSpecifierNathan James3-0/+30
2021-01-26[clangd] Add std::size_t to StdSymbol mappingKadir Cetinkaya1-0/+4
2021-01-26Fix signed/unsigned comparison warning. NFCI.Simon Pilgrim1-1/+1
2021-01-26[clangd] Add include-fixer fixit for no_member_template diagnostic.Haojian Wu2-2/+11
2021-01-26[clangd] Fix filename completion at the end of fileKadir Cetinkaya2-2/+4
2021-01-25Frontend: Take VFS and MainFileBuffer by reference in PrecompiledPreamble::Ca...Duncan P. N. Exon Smith1-2/+1
2021-01-25[clangd] Allow configuration database to be specified in config.Sam McCall10-90/+418
2021-01-25[clangd] ignore parallelism level for quick tasksQuentin Chateau3-5/+29
2021-01-25Reland"[clangd][NFC] Simplify handing on methods with no params"Nathan James3-11/+29
2021-01-25Revert "[clangd][NFC] Simplify handing on methods with no params"Keith Smiley3-29/+11
2021-01-25[clangd][NFC] Simplify handing on methods with no paramsNathan James3-11/+29
2021-01-25[clangd] Allow diagnostics to be suppressed with configurationSam McCall9-7/+149
2021-01-25[clangd] Fix a crash when indexing invalid ObjC method declarationAdam Czachorowski1-0/+14
2021-01-25Add a --use-color option to clang-query to allow forcing the behaviorTom Ritter2-2/+22
2021-01-22[clangd] Inject context provider rather than config into ClangdServer. NFCSam McCall5-83/+107
2021-01-22[clangd][SwapIndex] ensure that the old index is alive while we are using it ...Aleksandr Platonov2-30/+40
2021-01-22[clangd] Add documentation for building and testing clangdKadir Cetinkaya1-0/+19
2021-01-21[clangd] Fix a missing override keyword, NFC.Haojian Wu1-1/+2
2021-01-20Revert "Following up on PR48517, fix handling of template arguments that refer"Hans Wennborg3-4/+1
2021-01-20[clangd] Extend find-refs to include overrides.Haojian Wu2-17/+71
2021-01-20[clangd] Fix division by zero when computing scoresKadir Cetinkaya2-6/+12
2021-01-20[clangd] Retire some flags for uncontroversial, stable features.Sam McCall6-48/+25
2021-01-20[clangd] Remove the recovery-ast options.Sam McCall5-32/+3
2021-01-20[clangd] Move DirBasedCDB broadcasting onto its own thread.Sam McCall3-16/+126
2021-01-20[clangd] Allow CDBs to have background work to block on.Sam McCall4-1/+16
2021-01-19[clangd] Use ASTSignals in Heuristics CC Ranking.Utkarsh Saxena1-0/+15
2021-01-19[clangd] Index local classes, virtual and overriding methods.Utkarsh Saxena9-11/+71
2021-01-18[c++20] P1907R1: Support for generalized non-type template arguments of scala...Richard Smith3-1/+4
2021-01-18[clangd] Derive new signals in CC from ASTSignals.Utkarsh Saxena6-0/+93
2021-01-17[clangd] Use !empty() instead of size()>0Utkarsh Saxena1-1/+1