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
/
IncludeFixer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
NFC: Fix trivial typos in comments
Kazuaki Ishizaki
2020-01-04
1
-2
/
+2
*
[clangd] Simplify the callside of URI::resolve, NFC.
Haojian Wu
2019-09-23
1
-4
/
+2
*
[clangd] Compute scopes eagerly in IncludeFixer
Ilya Biryukov
2019-08-06
1
-34
/
+35
*
[clangd] cleanup: unify the implemenation of checking a location is inside ma...
Haojian Wu
2019-07-19
1
-1
/
+1
*
[clangd] Don't insert absolute paths, give up instead.
Sam McCall
2019-07-08
1
-1
/
+5
*
[clang][HeaderSearch] Shorten paths for includes in mainfile's directory
Kadir Cetinkaya
2019-07-03
1
-2
/
+1
*
[clangd] Check file path of declaring header when deciding whether to insert ...
Eric Liu
2019-04-16
1
-5
/
+7
*
Moved Ref into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-0
/
+1
*
Moved Symbol into its own header and implementation file
Dmitri Gribenko
2019-02-28
1
-0
/
+1
*
[clangd] Handle another incomplete-type diagnostic case in IncludeFixer.
Eric Liu
2019-02-21
1
-0
/
+1
*
[clangd] Handle unresolved scope specifier when fixing includes.
Eric Liu
2019-02-19
1
-37
/
+140
*
[clangd] Cache include fixes for diagnostics caused by the same unresolved na...
Eric Liu
2019-02-18
1
-20
/
+62
*
[clangd] Handle a few more diag kinds in include fixer.
Eric Liu
2019-02-13
1
-0
/
+6
*
[clangd] Fix an assertion in TypoCorrection.
Eric Liu
2019-02-08
1
-6
/
+7
*
[clangd] Suggest adding missing includes for typos (like include-fixer).
Eric Liu
2019-02-07
1
-14
/
+198
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-0
/
+113