sammccall accepted this revision. sammccall added inline comments. This revision is now accepted and ready to land.
================ Comment at: include/clang/Basic/VirtualFileSystem.h:346 + + virtual llvm::ErrorOr<Status> status(const Twine &Path) override { + return FS->status(Path); ---------------- (nit: drop "virtual" when you have override) Repository: rC Clang https://reviews.llvm.org/D52462 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits