vsapsai added inline comments.

================
Comment at: clang/lib/Basic/VirtualFileSystem.cpp:1416
+        if (NameValueNode)
+          error(NameValueNode, "file is not located in any directory");
+        return nullptr;
----------------
Not happy with the error message but didn't come up with anything better. 
Suggestions are welcome.


https://reviews.llvm.org/D49518



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to