[PATCH] Support for modular module-map-files
Daniel Jasper
djasper at google.com
Wed Sep 11 00:24:27 PDT 2013
Addressed comment and submitted as r190497.
================
Comment at: lib/Lex/ModuleMap.cpp:1310
@@ +1309,3 @@
+ if (!Tok.is(MMToken::StringLiteral)) {
+ Diags.Report(Tok.getLocation(), diag::err_mmap_expected_header)
+ << "header";
----------------
Doug Gregor wrote:
> It's a module map file name, not a header name. The diagnostic and comment are wrong.
Oops, completely forgot to change that after copy-and-pasting .. Sorry about that!
http://llvm-reviews.chandlerc.com/D1637
More information about the cfe-commits
mailing list