LGTM

================
Comment at: lib/Lex/Preprocessor.cpp:832
@@ +831,3 @@
+    return false;
+  llvm::APInt APVal(32, 0);
+  if (Literal.GetIntegerValue(APVal))
----------------
`Value` is 64-bit, shouldn't this be `ApVal(32, 0)`  ?


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

BRANCH
  pragma-vtordisp

ARCANIST PROJECT
  clang
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to