[clangd] Do not end inactiveRegions range at position 0 of line
[platform/upstream/llvm.git] / clang-tools-extra / clangd / ClangdServer.cpp
2023-06-05 Nathan Ridge[clangd] Do not end inactiveRegions range at position...
2023-04-14 Nathan Ridge[clangd] Inactive regions support via dedicated protocol
2023-01-09 David Goldman[clangd] Full support for #import insertions
2023-01-08 Kazu Hirata[clang-tools-extra] Remove remaining uses of llvm:...
2023-01-08 Kazu Hirata[clang-tools-extra] Use std::optional instead of llvm...
2023-01-08 Kazu Hirata[clang-tools-extra] Add #include <optional> (NFC)
2023-01-01 Tom Praschan[clangd] Add extension for adding context (enclosing...
2022-12-21 Sam McCall[clangd] Fix crashing race in ClangdServer shutdown...
2022-12-17 Fangrui Song[clang-tools-extra] llvm::Optional::value => operator...
2022-12-16 Fangrui SongJSON: llvm::Optional => std::optional
2022-12-03 Kazu Hirata[clang-tools-extra] Use std::nullopt instead of None...
2022-11-22 Kazu HirataDon't use Optional::getPointer (NFC)
2022-09-27 Vitaly Buka[test][clangd] Try to deflake with sanitizers
2022-08-29 Utkarsh SaxenaFoldingRanges: Handle LineFoldingsOnly clients.
2022-08-17 Kadir Cetinkaya[clangd] Support for standard type hierarchy
2022-08-09 Fangrui Song[clang][clang-tools-extra] LLVM_NODISCARD => [[nodiscar...
2022-07-28 Utkarsh SaxenaUse pseudoparser-based folding ranges in ClangdServer.
2022-07-16 Kazu HirataUse value instead of getValue (NFC)
2022-07-06 Sam McCall[clangd] Support external throttler for preamble builds
2022-06-27 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-25 Kazu HirataRevert "Don't use Optional::hasValue (NFC)"
2022-06-25 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-20 Kazu HirataDon't use Optional::hasValue (NFC)
2022-06-19 Kazu Hirata[clang-tools-extra] Use value_or instead of getValueOr...
2022-05-19 Sam McCallReland(3) "[clangd] Indexing of standard library"
2022-05-18 Sam McCallRevert "Reland(2) "[clangd] Indexing of standard library""
2022-05-18 Sam McCallReland(2) "[clangd] Indexing of standard library"
2022-05-17 Sam McCallRevert "Reland "[clangd] Indexing of standard library""
2022-05-17 Sam McCallReland "[clangd] Indexing of standard library"
2022-05-17 Sam McCallRevert "[clangd] Indexing of standard library"
2022-05-17 Sam McCall[clangd] Indexing of standard library
2022-05-16 Tobias Ribizel[clangd] parse all make_unique-like functions in preamble
2022-02-26 Sam McCall[clangd] Clean up unused includes. NFCI
2022-01-21 Kadir Cetinkaya[clangd] Fail inlayHints requests on content changes
2022-01-17 Nathan James[clangd] Add option to use dirty file contents when...
2022-01-17 Haojian Wu[clangd] Avoid a code completion crash
2022-01-13 Sam McCall[clangd] Implement textDocument/typeDefinition
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2022-01-07 Sam McCall[clangd] Polish clangd/inlayHints and expose them by...
2021-12-15 Sam McCall[clangd] Cleanup unneeded use of shared_ptr. NFC
2021-12-10 Kadir Cetinkaya[clangd] Provide documentation as MarkupContent in...
2021-06-28 Kadir Cetinkaya[clangd] Add a flag to disable formatting of tweak...
2021-05-26 Kadir Cetinkaya[clangd] New ParsingCallback for semantics changes
2021-04-30 Nathan James[clangd][NFC] Remove unnecessary string captures in...
2021-04-23 Christian Kandeler[clangd] Allow AST request without range
2021-04-20 Nathan James[clangd] Use dirty filesystem when performing cross...
2021-04-14 Nathan Ridge[clangd] Add support for inline parameter hints
2021-04-13 Kadir Cetinkaya[clangd] Introduce ASTHooks to FeatureModules
2021-04-13 Kadir Cetinkaya[clangd] Enable modules to contribute tweaks.
2021-03-22 Kadir Cetinkaya[clangd] Replace usages of dummy with more descriptive...
2021-03-16 Kadir Cetinkaya[clangd] Introduce pullDiags endpoint
2021-03-16 Sam McCall[clangd] Turn off implicit cancellation based on client...
2021-03-11 Kadir Cetinkaya[clangd] Add config block for Completion and option...
2021-03-10 Nathan James[clangd] Use Dirty Filesystem for cross file rename.
2021-03-09 Nathan James[clangd] Add a Filesystem that overlays Dirty files.
2021-03-05 Sam McCall[clangd] Rename Module -> FeatureModule to avoid confus...
2021-03-04 Kadir Cetinkaya[clangd] Introduce client state invalidation
2021-03-02 Sam McCall[clangd] Move DraftStore from ClangdLSPServer into...
2021-02-22 Sam McCall[clangd] Shutdown sequence for modules, and doc threadi...
2021-02-22 Sam McCall[clangd] Narrow and document a loophole in blockUntilIdle
2021-02-16 Sam McCall[clangd] Give modules access to filesystem, scheduler...
2021-02-16 Sam McCall[clangd] Modules can have a public API. NFC
2021-02-13 Kadir Cetinkaya[clangd] Fix unsued private field warning
2021-02-12 Kadir Cetinkaya[clangd] Introduce Modules
2021-02-12 Haojian Wu[clangd] Remove the cross-file-rename option.
2021-02-10 Sam McCall[clangd] Remove support for pre-standard semanticHighli...
2021-02-01 Sam McCall[clangd] Remove some obsolete options that are now...
2021-01-25 Quentin Chateau[clangd] ignore parallelism level for quick tasks
2021-01-22 Sam McCall[clangd] Inject context provider rather than config...
2021-01-20 Sam McCall[clangd] Retire some flags for uncontroversial, stable...
2021-01-20 Sam McCall[clangd] Remove the recovery-ast options.
2021-01-20 Sam McCall[clangd] Allow CDBs to have background work to block on.
2021-01-18 Utkarsh Saxena[clangd] Derive new signals in CC from ASTSignals.
2021-01-14 Sam McCall[clangd] Remove another option that was effectively...
2021-01-07 Nathan James[clangd][NFC] Use PathRef for getCorrespondingHeaderOrS...
2020-12-21 Quentin Chateau[clangd][NFC] Improve clangd status messages
2020-12-07 Sam McCall[clangd] Publish config file errors over LSP
2020-11-25 Nathan James[clangd] Implement clang-tidy options from config
2020-11-24 Nathan Ridge[clangd] Use WorkScheduler.run() in ClangdServer::resol...
2020-11-24 Nathan Ridge[clangd] Call hierarchy (ClangdServer layer)
2020-11-23 Utkarsh Saxena[clangd] textDocument/implementation (LSP layer)
2020-11-20 Sam McCall[clangd] Add textDocument/ast extension method to dump...
2020-10-13 Nathan Ridge[clangd] Propagate CollectMainFileRefs to BackgroundIndex
2020-10-12 Kadir Cetinkaya[clangd] Record memory usages after each notification
2020-10-09 Sam McCall[clangd] Make the tweak filter a parameter to enumerate...
2020-10-07 Haojian Wu[clangd] Add a NewName optional parameter to clangdServ...
2020-10-06 Haojian Wu[clangd] Add basic keyword-name-validation in rename.
2020-10-02 Haojian Wu[clangd] Extend the rename API.
2020-10-02 Sam McCall[clangd] Remove Tweak::Intent, use CodeAction kind...
2020-09-14 Kadir Cetinkaya[clangd] Track tweaks that fail the apply stage
2020-09-14 Sam McCall[clangd] Add error() function for creating formatv...
2020-08-18 Nathan Ridge[clangd] Index refs to main-file symbols as well
2020-08-13 Kadir Cetinkaya[clangd] Move clang-tidy check modifications into Clang...
2020-08-13 Sam McCall[clangd] Extract BackgroundIndex::Options struct. NFC
2020-08-13 Sam McCall[clangd] Express dumpAST in tests as a customAction()
2020-08-13 Sam McCall[clangd] Add ClangdServer::customAction() extension...
2020-07-14 Sam McCall[clangd] Cache config files for 5 seconds, without...
2020-07-14 Kirill Bobyrev[clangd] Implement textDocument/foldingRange
2020-07-05 Benjamin Kramer[clangd] Fix stack-use-after-scope
2020-07-04 Sam McCall[clangd] Config: compute config in TUScheduler and...
next