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
/
URI.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
[clangd] Simplify the callside of URI::resolve, NFC.
Haojian Wu
2019-09-23
1
-0
/
+11
*
Remove \brief commands from doxygen comments.
Dmitri Gribenko
2019-08-22
1
-1
/
+1
*
[clang-tools-extra] Migrate llvm::make_unique to std::make_unique
Jonas Devlieghere
2019-08-14
1
-1
/
+1
*
[clangd] Avoid slow ostreams in URI conversion.
Sam McCall
2019-07-08
1
-16
/
+15
*
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
-42
/
+47
*
[clangd] clang-format everything. NFC
Ilya Biryukov
2019-01-03
1
-1
/
+1
*
[clangd] Canonicalize file path in URIForFile.
Eric Liu
2018-11-28
1
-13
/
+26
*
[clangd] Cleanup: stop passing around list of supported URI schemes.
Eric Liu
2018-11-22
1
-8
/
+11
*
[clangd] Namespace style cleanup in cpp files. NFC.
Sam McCall
2018-10-20
1
-45
/
+38
*
[clangd] Mark colon as a safe character when percent-encoding.
Kadir Cetinkaya
2018-10-09
1
-1
/
+3
*
[clangd] Fix build bot after r342961
Eric Liu
2018-09-25
1
-4
/
+3
*
[clangd] Check that scheme is valid when parsing URI.
Eric Liu
2018-09-25
1
-2
/
+20
*
[clangd] Implement proximity path boosting for Dex
Kirill Bobyrev
2018-09-06
1
-0
/
+20
*
[clangd] Allow using customized include path in URI.
Haojian Wu
2018-04-09
1
-0
/
+7
*
[clangd] Do not precent-encode numbers in URI.
Eric Liu
2018-02-07
1
-1
/
+2
*
[clangd] Use new URI with scheme support in place of the existing LSP URI
Eric Liu
2018-01-29
1
-22
/
+22
*
[clangd] Add support for different file URI schemas.
Eric Liu
2018-01-22
1
-0
/
+199