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
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to