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 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits