summaryrefslogtreecommitdiffstats
path: root/llvm/utils/FileCheck/FileCheck.cpp
diff options
context:
space:
mode:
authorBenjamin Kramer <benny.kra@googlemail.com>2017-04-21 15:51:18 +0000
committerBenjamin Kramer <benny.kra@googlemail.com>2017-04-21 15:51:18 +0000
commit8c3ba63d0763f0d3bceb299cf350ee592c5f7d44 (patch)
tree4ec3eb07a4430d4b57c92e63d32af07e5797cab5 /llvm/utils/FileCheck/FileCheck.cpp
parent337d4d95c277d595b5b31d2b07f49070aea75011 (diff)
downloadbcm5719-llvm-8c3ba63d0763f0d3bceb299cf350ee592c5f7d44.tar.gz
bcm5719-llvm-8c3ba63d0763f0d3bceb299cf350ee592c5f7d44.zip
[Clangd] Support Authority-less URIs
Clangd strips URIs by removing the file:// part but some clients can send file: which is also valid according to RFC 3896. For example, if a client sends file:///home/user, it gets converted to /home/user but if a client sends file:/home/user, it is left untouched and problems arise. Patch by Marc-Andre Laperle! Differential Revision: https://reviews.llvm.org/D32234 llvm-svn: 300990
Diffstat (limited to 'llvm/utils/FileCheck/FileCheck.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud