index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang-tools-extra
/
clangd
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
[clang-tools-extra] [cmake] Link against libclang-cpp whenever possible
Michal Gorny
2019-10-04
6
-13
/
+31
*
[clangd] update the package-lock.json.
Haojian Wu
2019-10-04
1
-364
/
+380
*
[CodeComplete] Ensure object is the same in compareOverloads()
Ilya Biryukov
2019-10-04
1
-0
/
+19
*
[Clangd] ExtractFunction: Don't extract body of enclosing function.
Shaurya Gupta
2019-10-02
2
-8
/
+28
*
[Clangd] Ensure children are always RootStmt in ExtractFunction (Fixes #153)
Shaurya Gupta
2019-10-02
2
-4
/
+17
*
[clangd] Bail out early if we are sure that the symbol is used outside of the...
Haojian Wu
2019-10-02
2
-19
/
+31
*
[clangd] SelectionTree should mark a node as fully-selected if the only claim...
Sam McCall
2019-10-02
4
-27
/
+30
*
[clangd] Always send file URIs to editors
Kadir Cetinkaya
2019-10-02
1
-1
/
+1
*
[clangd] Implement getBeginning for overloaded operators.
Haojian Wu
2019-10-01
4
-20
/
+113
*
[clangd] Use the index-based API to do the header-source switch.
Haojian Wu
2019-10-01
6
-9
/
+69
*
[clangd] Handle template arguments in findExplicitReferences
Ilya Biryukov
2019-10-01
2
-2
/
+68
*
[clangd] Handle OverloadExpr in targetDecl
Ilya Biryukov
2019-10-01
2
-0
/
+30
*
[clangd] Implement a smart version of HeaderSource switch.
Haojian Wu
2019-09-30
3
-0
/
+264
*
[clangd] Fix template type aliases in findExplicitReference
Ilya Biryukov
2019-09-27
2
-21
/
+28
*
clang-tidy: Don't repeat list of all checks in three places.
Nico Weber
2019-09-27
2
-48
/
+6
*
[clangd] Remove an unrelated comment, NFC.
Haojian Wu
2019-09-27
1
-1
/
+0
*
[clangd] Handle type template parameters in findExplicitReferences
Ilya Biryukov
2019-09-27
2
-0
/
+25
*
[clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...
Dmitri Gribenko
2019-09-27
1
-0
/
+1
*
[clangd] Support OverloadExpr in findExplicitReferences
Ilya Biryukov
2019-09-27
2
-1
/
+43
*
Revert "[clang-tidy] New check to warn when storing dispatch_once_t in non-st...
Dmitri Gribenko
2019-09-26
1
-1
/
+0
*
[clang-tidy] New check to warn when storing dispatch_once_t in non-static, no...
Stephane Moore
2019-09-26
1
-0
/
+1
*
[clangd] Bump vscode-clangd v0.0.18
Haojian Wu
2019-09-26
1
-1
/
+1
*
[clangd][vscode] Add npm helper commands to package/release the extension.
Haojian Wu
2019-09-26
2
-3
/
+5
*
Return results by value from ClangTidyCheckFactories::createChecks
Dmitri Gribenko
2019-09-26
1
-1
/
+1
*
[clangd][vscode] Update vscode lsp dependencies to pickup the new changes in ...
Haojian Wu
2019-09-26
1
-3
/
+3
*
[clangd][vscode] Turn on the semantic highlighting by default.
Haojian Wu
2019-09-26
1
-1
/
+1
*
[clangd] Add a helper for extracting nonlocal decls in a FunctionDecl
Kadir Cetinkaya
2019-09-26
3
-1
/
+103
*
[clangd] Change constness of parameters to findExplicitRefs
Kadir Cetinkaya
2019-09-25
2
-6
/
+6
*
[clangd] Fix parseNamespaceEvents to parse the last token
Kadir Cetinkaya
2019-09-25
2
-0
/
+13
*
[clangd] Add missing header guard, NFC.
Haojian Wu
2019-09-25
2
-0
/
+10
*
[clangd] A helper to find explicit references and their names
Ilya Biryukov
2019-09-25
3
-1
/
+549
*
[clangd] Move the existing heder-source-switch implemenation out of clangdSer...
Haojian Wu
2019-09-25
7
-130
/
+170
*
[clangd] Add semantic selection to ClangdLSPServer.
Utkarsh Saxena
2019-09-24
6
-0
/
+123
*
[clangd] Save an unnecessary copy, NFC.
Haojian Wu
2019-09-24
1
-1
/
+1
*
[clangd] Collect macros in the preamble region of the main file
Haojian Wu
2019-09-24
9
-113
/
+126
*
[clangd] Simplify the callside of URI::resolve, NFC.
Haojian Wu
2019-09-23
7
-38
/
+27
*
[clangd] Fix another TSAN issue
Benjamin Kramer
2019-09-17
1
-1
/
+3
*
Add SemanticRanges to Clangd server.
Utkarsh Saxena
2019-09-17
5
-2
/
+66
*
[clangd] Remove stale comment. NFC
Ilya Biryukov
2019-09-17
1
-2
/
+0
*
[clangd] Simplify semantic highlighting visitor
Ilya Biryukov
2019-09-16
1
-169
/
+111
*
[clangd][vscode] update the development doc.
Haojian Wu
2019-09-16
1
-2
/
+2
*
[clangd] Bump vscode-clangd v0.0.17
Haojian Wu
2019-09-16
1
-1
/
+1
*
Implement semantic selections.
Utkarsh Saxena
2019-09-16
5
-0
/
+241
*
[clangd] Fix a crash when renaming operator.
Haojian Wu
2019-09-16
2
-0
/
+11
*
[Support] Add overload writeFileAtomically(std::function Writer)
Jan Korous
2019-09-13
1
-31
/
+7
*
[clangd] Collect location of macro definition in the ParsedAST
Haojian Wu
2019-09-10
5
-42
/
+52
*
[clangd] some tweaks on the vscode readme, NFC
Haojian Wu
2019-09-10
1
-3
/
+3
*
[clangd] Attempt to fix failing Windows buildbots.
Ilya Biryukov
2019-09-09
1
-3
/
+6
*
[clangd] Use pre-populated mappings for standard symbols
Ilya Biryukov
2019-09-09
7
-76
/
+84
*
[clangd] Add a new highlighting kind for typedefs
Ilya Biryukov
2019-09-09
4
-18
/
+48
[prev]
[next]