summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clangd
Commit message (Expand)AuthorAgeFilesLines
...
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-046-13/+31
* [clangd] update the package-lock.json.Haojian Wu2019-10-041-364/+380
* [CodeComplete] Ensure object is the same in compareOverloads()Ilya Biryukov2019-10-041-0/+19
* [Clangd] ExtractFunction: Don't extract body of enclosing function.Shaurya Gupta2019-10-022-8/+28
* [Clangd] Ensure children are always RootStmt in ExtractFunction (Fixes #153)Shaurya Gupta2019-10-022-4/+17
* [clangd] Bail out early if we are sure that the symbol is used outside of the...Haojian Wu2019-10-022-19/+31
* [clangd] SelectionTree should mark a node as fully-selected if the only claim...Sam McCall2019-10-024-27/+30
* [clangd] Always send file URIs to editorsKadir Cetinkaya2019-10-021-1/+1
* [clangd] Implement getBeginning for overloaded operators.Haojian Wu2019-10-014-20/+113
* [clangd] Use the index-based API to do the header-source switch.Haojian Wu2019-10-016-9/+69
* [clangd] Handle template arguments in findExplicitReferencesIlya Biryukov2019-10-012-2/+68
* [clangd] Handle OverloadExpr in targetDeclIlya Biryukov2019-10-012-0/+30
* [clangd] Implement a smart version of HeaderSource switch.Haojian Wu2019-09-303-0/+264
* [clangd] Fix template type aliases in findExplicitReferenceIlya Biryukov2019-09-272-21/+28
* clang-tidy: Don't repeat list of all checks in three places.Nico Weber2019-09-272-48/+6
* [clangd] Remove an unrelated comment, NFC.Haojian Wu2019-09-271-1/+0
* [clangd] Handle type template parameters in findExplicitReferencesIlya Biryukov2019-09-272-0/+25
* [clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Dmitri Gribenko2019-09-271-0/+1
* [clangd] Support OverloadExpr in findExplicitReferencesIlya Biryukov2019-09-272-1/+43
* Revert "[clang-tidy] New check to warn when storing dispatch_once_t in non-st...Dmitri Gribenko2019-09-261-1/+0
* [clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...Stephane Moore2019-09-261-0/+1
* [clangd] Bump vscode-clangd v0.0.18Haojian Wu2019-09-261-1/+1
* [clangd][vscode] Add npm helper commands to package/release the extension.Haojian Wu2019-09-262-3/+5
* Return results by value from ClangTidyCheckFactories::createChecksDmitri Gribenko2019-09-261-1/+1
* [clangd][vscode] Update vscode lsp dependencies to pickup the new changes in ...Haojian Wu2019-09-261-3/+3
* [clangd][vscode] Turn on the semantic highlighting by default.Haojian Wu2019-09-261-1/+1
* [clangd] Add a helper for extracting nonlocal decls in a FunctionDeclKadir Cetinkaya2019-09-263-1/+103
* [clangd] Change constness of parameters to findExplicitRefsKadir Cetinkaya2019-09-252-6/+6
* [clangd] Fix parseNamespaceEvents to parse the last tokenKadir Cetinkaya2019-09-252-0/+13
* [clangd] Add missing header guard, NFC.Haojian Wu2019-09-252-0/+10
* [clangd] A helper to find explicit references and their namesIlya Biryukov2019-09-253-1/+549
* [clangd] Move the existing heder-source-switch implemenation out of clangdSer...Haojian Wu2019-09-257-130/+170
* [clangd] Add semantic selection to ClangdLSPServer.Utkarsh Saxena2019-09-246-0/+123
* [clangd] Save an unnecessary copy, NFC.Haojian Wu2019-09-241-1/+1
* [clangd] Collect macros in the preamble region of the main fileHaojian Wu2019-09-249-113/+126
* [clangd] Simplify the callside of URI::resolve, NFC.Haojian Wu2019-09-237-38/+27
* [clangd] Fix another TSAN issueBenjamin Kramer2019-09-171-1/+3
* Add SemanticRanges to Clangd server.Utkarsh Saxena2019-09-175-2/+66
* [clangd] Remove stale comment. NFCIlya Biryukov2019-09-171-2/+0
* [clangd] Simplify semantic highlighting visitorIlya Biryukov2019-09-161-169/+111
* [clangd][vscode] update the development doc.Haojian Wu2019-09-161-2/+2
* [clangd] Bump vscode-clangd v0.0.17Haojian Wu2019-09-161-1/+1
* Implement semantic selections.Utkarsh Saxena2019-09-165-0/+241
* [clangd] Fix a crash when renaming operator.Haojian Wu2019-09-162-0/+11
* [Support] Add overload writeFileAtomically(std::function Writer)Jan Korous2019-09-131-31/+7
* [clangd] Collect location of macro definition in the ParsedASTHaojian Wu2019-09-105-42/+52
* [clangd] some tweaks on the vscode readme, NFCHaojian Wu2019-09-101-3/+3
* [clangd] Attempt to fix failing Windows buildbots.Ilya Biryukov2019-09-091-3/+6
* [clangd] Use pre-populated mappings for standard symbolsIlya Biryukov2019-09-097-76/+84
* [clangd] Add a new highlighting kind for typedefsIlya Biryukov2019-09-094-18/+48
OpenPOWER on IntegriCloud