benlangmuir closed this revision.
benlangmuir marked an inline comment as done.
benlangmuir added a comment.
r328337
Repository:
rC Clang
https://reviews.llvm.org/D44652
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.or
bruno accepted this revision.
bruno added a comment.
This revision is now accepted and ready to land.
One minor suggestion but otherwise LGTM
Comment at: lib/Frontend/CompilerInvocation.cpp:3083
+} else {
Diags.Report(diag::err_invalid_vfs_overlay) << File;
}
--
benlangmuir created this revision.
benlangmuir added reviewers: bruno, vsapsai.
Herald added a subscriber: cfe-commits.
This make -ivfsoverlay behave more like other fatal errors (e.g. missing
-include file) by skipping the missing file instead of bailing out of
the whole compilation. This makes i