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
/
unittests
/
clangd
/
TestTU.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Move clangd tests to clangd directory. check-clangd is no longer par...
Sam McCall
2019-04-29
1
-153
/
+0
*
[clangd] Include insertion: require header guards, drop other heuristics, tre...
Sam McCall
2019-04-17
1
-3
/
+11
*
[clangd] Stop passing around PCHContainerOperations, just create it in place....
Sam McCall
2019-04-04
1
-4
/
+2
*
[clangd] Enable include insertion for static index
Kadir Cetinkaya
2019-02-04
1
-2
/
+4
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-2
/
+5
*
[clangd] Support clang-tidy configuration in clangd.
Haojian Wu
2019-01-22
1
-0
/
+2
*
Update the file headers across all of the LLVM projects in the monorepo
Chandler Carruth
2019-01-19
1
-4
/
+3
*
[clangd] Remove 'using namespace llvm' from .cpp files. NFC
Ilya Biryukov
2019-01-07
1
-7
/
+6
*
[clangd] Fix memory leak in ClangdTests.
Haojian Wu
2018-12-14
1
-1
/
+3
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-2
/
+1
*
[clangd] Fix clang-tidy warnings.
Kadir Cetinkaya
2018-11-09
1
-5
/
+5
*
[clangd] Make TestTU build with preamble, and fix the fallout.
Sam McCall
2018-11-09
1
-11
/
+19
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-7
/
+7
*
[clangd] Optionally use dex for the preamble parts of the dynamic index.
Sam McCall
2018-10-16
1
-1
/
+2
*
[clangd] Add std::move for converting-return to satisfy older compilers
Sam McCall
2018-10-04
1
-1
/
+1
*
[clangd] expose MergedIndex class
Sam McCall
2018-10-04
1
-3
/
+4
*
[clangd] Get rid of Decls parameter in indexMainDecls. NFC
Eric Liu
2018-09-18
1
-1
/
+1
*
[clangd] Merge ClangdServer::DynamicIndex into FileIndex. NFC.
Eric Liu
2018-09-18
1
-3
/
+3
*
[clangd] Implement findReferences function
Sam McCall
2018-09-05
1
-2
/
+4
*
[clangd] SymbolOccurrences -> Refs and cleanup
Sam McCall
2018-09-04
1
-2
/
+2
*
[clangd] Implement findOccurrences interface in dynamic index.
Haojian Wu
2018-08-31
1
-2
/
+3
*
NFC: Enforce good formatting across multiple clang-tools-extra files
Kirill Bobyrev
2018-08-14
1
-1
/
+2
*
[clangd] Fix (most) naming warnings from clang-tidy. NFC
Ilya Biryukov
2018-07-26
1
-1
/
+1
*
[clangd] Treat class constructor as in the same scope as the class in ranking.
Eric Liu
2018-07-05
1
-7
/
+16
*
[clangd] Implement hover for "auto" and "decltype"
Marc-Andre Laperle
2018-07-02
1
-0
/
+1
*
[clangd] Boost code completion results that are narrowly scoped (local, members)
Sam McCall
2018-06-05
1
-1
/
+22
*
[clangd] Remove accessors for top-level decls from preamble
Ilya Biryukov
2018-05-28
1
-17
/
+18
*
[clangd] Build index on preamble changes instead of the AST changes
Ilya Biryukov
2018-05-24
1
-1
/
+1
*
[clangd] Extract scoring/ranking logic, and shave yaks.
Sam McCall
2018-05-15
1
-0
/
+95