[PATCH] Using of variable length arrays in captured statements and OpenMP constructs
Jim Cownie
james.h.cownie at intel.com
Mon Jun 9 04:13:09 PDT 2014
This looks very dubious
lib/CodeGen/CGStmt.cpp : 2076
assert(CD->hasBody() && "missing CapturedDecl body");
I believe the "&&" should be a comma.
http://reviews.llvm.org/D4067
More information about the cfe-commits
mailing list