================
Comment at: include/clang/AST/StmtOpenMP.h:84
@@ +83,3 @@
+                   reinterpret_cast<char *>(this) +
+                   llvm::RoundUpToAlignment(sizeof(T), sizeof(Expr *))),
+            NumVars);
----------------
Doug Gregor wrote:
> The second argument here should be llvm::alignOf<Expr*>(), shouldn't it?
Doug, thanks, you right.


http://llvm-reviews.chandlerc.com/D2713
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits

Reply via email to