This basically looks good to me, but I'd like Richard to take a look, too.

================
Comment at: include/clang/Basic/DiagnosticLexKinds.td:615
@@ +614,3 @@
+def warn_module_map_not_found : Warning<
+  "File '%0' from -fmodule-map-file=%0 not found">,
+  InGroup<ModuleMapMissing>;
----------------
I'd phrase it as:

  "File '%0' specified via -fmodule-map-file not found"

================
Comment at: test/Modules/pr21217.cpp:6-8
@@ +5,4 @@
+
+#include "Inputs/private/common.h"
+
+void empty() {}
----------------
Do these serve any purpose?

http://reviews.llvm.org/D6324



_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to