[PATCH] D25153: preprocessor supports `-dI` flag

2016-10-06 Thread Steve O'Brien via cfe-commits
elsteveogrande added inline comments. > PrintPreprocessedOutput.cpp:388-394 > + if (SearchPath.size() > 0) { > +// Print out info about the search path within this comment. We need > +// to escape it because we're printing a quoted string within the > +// comment blo

<    1   2