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
/
ClangdUnitTests.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
-86
/
+0
*
[clangd] Suggest adding missing includes for incomplete type diagnostics.
Eric Liu
2019-01-28
1
-257
/
+0
*
[clangd] Support clang-tidy configuration in clangd.
Haojian Wu
2019-01-22
1
-0
/
+3
*
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
-5
/
+5
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-10
/
+9
*
[clangd] Canonicalize file path in URIForFile.
Eric Liu
2018-11-28
1
-2
/
+3
*
[clangd] Do not drop diagnostics from macros
Ilya Biryukov
2018-11-26
1
-1
/
+24
*
[clangd] Replay preamble #includes to clang-tidy checks.
Sam McCall
2018-11-20
1
-3
/
+12
*
[clangd] Initial clang-tidy diagnostics support.
Sam McCall
2018-11-16
1
-0
/
+25
*
[clangd] Don't treat top-level decls as "local" if they are from the preamble.
Sam McCall
2018-11-09
1
-0
/
+22
*
Fix test to work on Windows.
Douglas Yung
2018-10-25
1
-1
/
+7
*
[clangd] Embed fixes as CodeAction, instead of clangd_fixes. Clean up seriali...
Sam McCall
2018-10-24
1
-4
/
+7
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-10
/
+8
*
[clangd] Revert back to previous heuristic for diagnostic range extraction.
Kadir Cetinkaya
2018-10-09
1
-2
/
+9
*
[clangd] Fix a subtle case for GetBeginningOfIdentifier.
Sam McCall
2018-10-05
1
-4
/
+21
*
Improve diagnostics range reporting.
Kadir Cetinkaya
2018-09-27
1
-3
/
+9
*
[clangd] capitalize diagnostic messages
Alex Lorenz
2018-08-03
1
-2
/
+2
*
[clangd] Extract scoring/ranking logic, and shave yaks.
Sam McCall
2018-05-15
1
-27
/
+8
*
[clangd] Fix unicode handling, using UTF-16 where LSP requires it.
Sam McCall
2018-04-27
1
-0
/
+23
*
[clangd] synthesize fix message when the diagnostic doesn't provide one.
Sam McCall
2018-04-03
1
-16
/
+9
*
[clangd] Remove extra ";", NFC.
Haojian Wu
2018-03-13
1
-1
/
+1
*
[clangd] Revamp handling of diagnostics.
Ilya Biryukov
2018-03-12
1
-45
/
+143
*
[clangd] Pass Context implicitly using TLS.
Sam McCall
2018-01-31
1
-3
/
+3
*
[clangd] Add ClangdUnit diagnostics tests using annotated code.
Sam McCall
2018-01-25
1
-0
/
+130