[PATCH] D44652: [vfs] Don't bail out after a missing -ivfsoverlay file
Bruno Cardoso Lopes via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Mar 22 15:34:18 PDT 2018
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;
}
----------------
Can you take the opportunity and remove the curly braces here?
Repository:
rC Clang
https://reviews.llvm.org/D44652
More information about the cfe-commits
mailing list