[PATCH] Ignore contents of #if 0 blocks.

Daniel Jasper djasper at google.com
Thu May 23 14:36:24 PDT 2013



================
Comment at: lib/Format/UnwrappedLineParser.h:236
@@ +235,3 @@
+    PP_If0, // #if 0
+    PP_Else // #else
+  };
----------------
Why do we need to know whether we are in an #else?


http://llvm-reviews.chandlerc.com/D855



More information about the cfe-commits mailing list