On Nov 15, 2012, at 8:59 AM, Dmitri Gribenko <[email protected]> wrote:
> On Thu, Oct 25, 2012 at 2:41 AM, Douglas Gregor <[email protected]> wrote: >> +def err_pch_include_opt_missing : Error< >> + "precompiled header depends on '%select{-include|-imacros}0 %1' option " >> + "that is missing from the command line">; >> +def err_pch_include_opt_conflict : Error< >> + "precompiled header option '%select{-include|-imacros}0 %1' conflicts >> with " >> + "corresponding option '%select{-include|-imacros}0 %2' on command >> line">; > > Hi Doug, > > These two diags are unused. Did you mean to use them? Nope, r168135. Thanks! - Doug _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
