[clangd] Do not end inactiveRegions range at position 0 of line
[platform/upstream/llvm.git] / clang-tools-extra / clangd / unittests / SemanticHighlightingTests.cpp
2023-06-05 Nathan Ridge[clangd] Do not end inactiveRegions range at position...
2023-05-26 Qingyuan Zheng[clangd] Implement configs to stop clangd produce a...
2023-04-14 Nathan Ridge[clangd] Inactive regions support via dedicated protocol
2023-03-23 Haojian Wu[clangd] Extend CollectMainFileMacros.
2023-03-19 Nathan Ridge[clangd] Fix test failure in SemanticHighlighting.GetsC...
2023-03-19 Nathan Ridge[clangd] Avoid recursion on UnresolvedUsingValueDecl...
2023-03-14 Nathan Ridge[clang] Store the template param list of an explicit...
2023-02-06 Nathan Ridge[clangd] Semantic highlighting for constrained-parameter
2023-01-31 Christian Kandeler[clangd] Add semantic token for angle brackets
2022-12-13 Haojian Wu[clangd] Fix a semantic highlighting crash on dependent...
2022-12-12 Christian Kandeler[clangd] Add support for semantic token type "operator"
2022-11-21 Christian Kandeler[clangd] Mark "override" and "final" as modifiers
2022-11-07 Christian Kandeler[clangd] Add "usedAsMutablePointer" highlighting modifier
2022-10-31 Haojian Wu[clangd] Fix a semantic-highlighting crash.
2022-10-21 Christian Kandeler[clangd] Add highlighting modifier "constructorOrDestru...
2022-10-18 Nathan Ridge[clangd] Update 'using enum' semantic highlighting...
2022-10-17 Nathan Ridge[clangd] Update testcase for issue 1222 to use the...
2022-10-17 Christian Kandeler[clangd] Implement semantic token modifier "definition"
2022-10-13 Tom Praschan[clangd] Add missing readonly modifier for const generi...
2022-10-12 Sam McCall[AST] Preserve more structure in UsingEnumDecl node.
2022-08-18 Christian Kandeler[clangd] Use the "macro" semantic token for pre-defined...
2022-07-30 Kazu HirataUse is_sorted (NFC)
2022-07-09 Christian Kandeler[clangd] Support "usedAsMutableReference" in member...
2022-07-01 Christian Kandeler[clangd] Also mark output arguments of array subscript...
2022-06-30 Christian Kandeler[clangd] Also mark output arguments of operator call...
2022-06-29 Kadir Cetinkaya[clangd] Support multiline semantic tokens
2022-06-06 Qingyuan Zheng[AST] Fix clang RecursiveASTVisitor for definition...
2022-04-13 Nathan Ridge[clangd] Fix incorrect operator< impl for HighlightingToken
2022-03-16 Nathan Ridge[clangd] Handle more than two conflicting semantic...
2022-02-26 Sam McCall[clangd] Clean up unused includes. NFCI
2022-01-11 Maksim PanchenkoMerge BOLT into LLVM monorepo
2021-10-25 Kadir Cetinkaya[clang] Traverse enum base specifier in RAV
2021-09-23 Nathan Ridge[clangd] Ensure lambda init-capture gets semantic token
2021-09-14 David Goldman[clangd] Ignore ObjC `id` and `instancetype` in FindTarget
2021-09-13 Tom PraschanAdd semantic token modifier for non-const reference...
2021-08-04 Christian Kandeler[clangd] Add new semantic token modifier "virtual"
2021-06-30 David Goldman[clangd] Fix highlighting for implicit ObjC property...
2021-06-02 David Goldman[clangd] Add support for the `defaultLibrary` semantic...
2021-05-06 David Goldman[clangd][ObjC] Highlight Objc Ivar refs
2021-04-27 David Goldman[clangd] Improve handling of Objective-C protocols...
2021-04-25 Nathan Ridge[clangd] Use HeuristicResolver to produce a better...
2021-04-25 Nathan Ridge[clangd] Produce semantic token for name referring...
2021-03-03 Sam McCall[clangd] ObjC fixes for semantic highlighting and xref...
2021-02-10 Sam McCall[clangd] Remove redundant -fno-delayed-template-parsing...
2021-02-10 Sam McCall[clangd] Remove support for pre-standard semanticHighli...
2021-02-09 Sam McCall[clangd] Expose more dependent-name detail via semantic...
2021-02-09 Sam McCall[clangd] Add semanticTokens modifiers for function...
2021-02-09 Sam McCall[clangd] Implement semanticTokens modifiers
2020-11-26 Nathan Ridge[clangd] Do not treat line as inactive if skipped range...
2020-08-26 Haojian Wu[clangd] Compute the inactive code range for semantic...
2020-08-14 zacharyselk[clang-tools-extra] Added missing comma
2020-08-07 Nathan Ridge[clangd] Highlight structured bindings at local scope...
2020-08-07 Nathan Ridge[clangd] Semantic highlighting for dependent template...
2020-06-19 Kadir Cetinkaya[clangd][NFC] Rename FSProvider and getFileSystem
2020-06-03 Dmitri GribenkoReplaced C++2a with C++20 in clang-tools-extra
2020-04-15 Nathan Ridge[clangd] Color dependent names based on their heuristic...
2020-04-09 David Truby[flang] Merge flang-compiler/f18
2020-04-02 Sam McCall[clangd] Support textDocument/semanticTokens/edits
2020-03-31 Sam McCall[clangd] Support new semanticTokens request from LSP...
2020-03-23 Sam McCall[clangd] Rename theia-derived semantic highlighting...
2020-03-05 Sam McCall[clangd] Track document versions, include them with...
2020-01-28 Benjamin Kramer[ADT] Make StringRef's std::string conversion operator...
2020-01-28 Benjamin KramerMake llvm::StringRef to std::string conversions explicit.
2020-01-24 Sam McCall[clangd] Rename DiagnosticsConsumer -> ClangdServer...
2020-01-24 Sam McCall[clangd] Errors in TestTU cause test failures unless...
2020-01-23 Nathan Ridge[clangd] Add C++20 concepts support to findExplicitRefe...
2020-01-21 Haojian Wu[clangd] Capture the missing injected class names in...
2019-12-24 Mehdi AminiImport MLIR into the LLVM tree
2019-12-09 Haojian WuReland "[AST] Traverse the class type loc inside the...
2019-12-06 Sterling AugustineRevert "[AST] Traverse the class type loc inside the...
2019-12-05 Nathan Ridge[clangd] Highlighting dependent types in more contexts
2019-12-05 Nathan Ridge[clangd] Find reference to template parameter in 'sizeo...
2019-12-05 Haojian Wu[AST] Traverse the class type loc inside the member...
2019-11-22 Nathan Ridge[clangd] Inactive regions support as an extension to...
2019-11-05 Ilya Biryukov[clangd] Implement semantic highlightings via findExpli...
2019-10-29 Haojian Wu[clangd] Add missing highlights for using decls.
2019-10-28 Ilya Biryukov[clangd] Do not highlight keywords in semantic highlighting
2019-10-14 Nathan Ridge[clangd] Improve semantic highlighting in dependent...
2019-10-13 Nico WeberMake most clangd unittests pass on Windows
2019-10-07 Haojian Wu[clangd] Collect missing macro references.
2019-09-24 Haojian Wu[clangd] Collect macros in the preamble region of the...
2019-09-10 Haojian Wu[clangd] Collect location of macro definition in the...
2019-09-09 Ilya Biryukov[clangd] Add a new highlighting kind for typedefs
2019-09-09 Ilya Biryukov[clangd] Highlight typedefs to template parameters...
2019-09-09 Ilya Biryukov[clangd] Improve output of semantic highlighting tests...
2019-08-30 Johan Vikstrom[clangd] Add highlighting for macro expansions.
2019-08-30 Johan Vikstrom[clangd] Added highlighting for structured bindings.
2019-08-30 Nathan Ridge[clangd] Add distinct highlightings for static fields...
2019-08-27 Nathan Ridge[clangd] Add a distinct highlighting for local variables
2019-08-26 Haojian Wu[clangd] Send highlighting diff beyond the end of the...
2019-08-19 Johan Vikstrom[clangd] Added highlighting for tokens that are macro...
2019-08-19 Johan Vikstrom[clangd] Added special HighlightingKind for function...
2019-08-16 Johan Vikstrom[clangd] Added highlighting for non type templates.
2019-08-12 Johan Vikstrom[clangd] Remove highlightings coming from non topLevelD...
2019-08-12 Johan Vikstrom[clangd] Highlighting auto variables as the deduced...
2019-08-09 Johan Vikstrom[clangd] Added highlighting for constructor initializers.
2019-08-09 Johan Vikstrom[AST] No longer visiting CXXMethodDecl bodies created...
2019-08-08 Johan Vikstrom[clangd] Added semantic highlighting support for primit...
2019-08-08 Johan Vikstrom[clangd] Added an early return from VisitMemberExpr...
2019-08-08 Johan Vikstrom[clangd] Fix implicit template instatiations appearing...
next