[cfe-commits] [PATCH] Compatibility macro detection for the -Wimplicit-fallthrough diagnostic.

Richard Smith reviews at llvm-reviews.chandlerc.com
Fri Sep 28 13:19:16 PDT 2012


  LGTM


================
Comment at: tools/clang/lib/Lex/MacroInfo.cpp:68
@@ +67,3 @@
+      return (MI->UndefLocation.isInvalid() ||
+             SM.isBeforeInTranslationUnit(L, MI->UndefLocation)) ? MI : NULL;
+  }
----------------
One space more indent for this line?


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



More information about the cfe-commits mailing list