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
/
HeadersTests.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
-279
/
+0
*
[clangd] Fix handling of include paths in windows tests
Kadir Cetinkaya
2019-04-24
1
-3
/
+4
*
[clang][HeaderSuggestion] Handle the case of dotdot with an absolute path
Kadir Cetinkaya
2019-04-24
1
-0
/
+5
*
[clangd] Check file path of declaring header when deciding whether to insert ...
Eric Liu
2019-04-16
1
-8
/
+6
*
[clangd] Use identifiers in file as completion candidates when build is not r...
Eric Liu
2019-04-11
1
-2
/
+20
*
[clangd] Stop passing around PCHContainerOperations, just create it in place....
Sam McCall
2019-04-04
1
-2
/
+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
-6
/
+5
*
[clangd] Use buildCompilerInvocation to simplify the HeadersTests, NFC.
Haojian Wu
2018-12-14
1
-10
/
+4
*
[clangd] Replay preamble #includes to clang-tidy checks.
Sam McCall
2018-11-20
1
-9
/
+28
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-5
/
+6
*
[clangd] Incorporate transitive #includes into code complete proximity scoring.
Sam McCall
2018-07-03
1
-9
/
+29
*
[clangd] UI for completion items that would trigger include insertion.
Eric Liu
2018-06-15
1
-46
/
+19
*
[clangd] Populate #include insertions as additional edits in completion items.
Eric Liu
2018-05-15
1
-44
/
+166
*
[clangd] Remove Tagged and some related APIs from ClangdServer.
Sam McCall
2018-03-12
1
-1
/
+1
*
[clangd] don't insert new includes if either original header or canonical hea...
Eric Liu
2018-02-26
1
-5
/
+41
*
[clangd] Fixes for #include insertion.
Eric Liu
2018-02-19
1
-17
/
+13
*
[clangd] collect symbol #include & insert #include in global code completion.
Eric Liu
2018-02-16
1
-0
/
+98