Committed in r239784. Thanks! Samuel
================ Comment at: lib/Frontend/PrintPreprocessedOutput.cpp:566 @@ +565,3 @@ + // Set to true if tokens should be expanded + unsigned ShouldExpandTokens : 1; + ---------------- rsmith wrote: > `bool`? And there's no point including a bit-field here; there aren't many of > these objects, and no other bitfields are being packed into the same storage > anyway. Ok, I replaced that by a boolean. http://reviews.llvm.org/D10446 EMAIL PREFERENCES http://reviews.llvm.org/settings/panel/emailpreferences/ _______________________________________________ cfe-commits mailing list [email protected] http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits
