[PATCH] D13658: [VFS] Let the user decide if they want path normalization.
Manuel Klimek via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 12 09:17:34 PDT 2015
klimek accepted this revision.
klimek added a comment.
This revision is now accepted and ready to land.
lg
================
Comment at: include/clang/Basic/VirtualFileSystem.h:282
@@ -280,2 +281,3 @@
/// Add a buffer to the VFS with a path. The VFS owns the buffer.
- void addFile(const Twine &Path, time_t ModificationTime,
+ /// \return true if the file was successfully added.
+ bool addFile(const Twine &Path, time_t ModificationTime,
----------------
Here, too!
http://reviews.llvm.org/D13658
More information about the cfe-commits
mailing list