[cfe-commits] [PATCH] Modifying BoundNodes to store bindings as void* pointers and use getNodeAs instead of getDeclAs and getStmtAs.
Michael Diamond
reviews at llvm-reviews.chandlerc.com
Mon Aug 27 18:04:56 PDT 2012
Are you sure that would work? The return type of the method is still NodeBaseType which hasn't been defined at that point. You can't forward-declare enums.
http://llvm-reviews.chandlerc.com/D25
More information about the cfe-commits
mailing list