[PATCH] Recognize function-like macro usages without semicolon in declaration context.

Daniel Jasper djasper at google.com
Mon Apr 8 09:25:48 PDT 2013



================
Comment at: lib/Format/UnwrappedLineParser.cpp:398
@@ +397,3 @@
+            ((FormatTok.NewlinesBefore > 0 && FormatTok.HasUnescapedNewline) ||
+             FormatTok.IsFirst)) {
+          addUnwrappedLine();
----------------
How can FormatTok.IsFirst be true?


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



More information about the cfe-commits mailing list