[PATCH] Expand macros in OpenMP pragmas.

Samuel Antao sfantao at us.ibm.com
Mon Jun 15 16:52:43 PDT 2015


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/






More information about the cfe-commits mailing list