[PATCH] D51691: [clangd] NFC: Document URIDistance
Kirill Bobyrev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Sep 7 02:22:48 PDT 2018
This revision was automatically updated to reflect the committed changes.
Closed by commit rCTE341639: [clangd] NFC: Document URIDistance (authored by omtcyfz, committed by ).
Changed prior to commit:
https://reviews.llvm.org/D51691?vs=164197&id=164373#toc
Repository:
rL LLVM
https://reviews.llvm.org/D51691
Files:
clangd/FileDistance.h
Index: clangd/FileDistance.h
===================================================================
--- clangd/FileDistance.h
+++ clangd/FileDistance.h
@@ -89,6 +89,7 @@
// comparison on the bodies.
class URIDistance {
public:
+ // \p Sources must contain absolute paths, not URIs.
URIDistance(llvm::StringMap<SourceParams> Sources,
const FileDistanceOptions &Opts = {})
: Sources(Sources), Opts(Opts) {}
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51691.164373.patch
Type: text/x-patch
Size: 431 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180907/125bd09a/attachment.bin>
More information about the llvm-commits
mailing list