[cfe-commits] r51888 - in /cfe/trunk: include/clang/AST/ExprObjC.h include/clang/AST/StmtNodes.def lib/AST/Expr.cpp lib/AST/StmtPrinter.cpp lib/AST/StmtSerialization.cpp lib/Sema/SemaExpr.cpp test/Sema/objc-property-7.m
Chris Lattner
clattner at apple.com
Mon Jun 2 22:10:18 PDT 2008
On Jun 2, 2008, at 4:03 PM, Steve Naroff wrote:
> URL: http://llvm.org/viewvc/llvm-project?rev=51888&view=rev
> Log:
> Fix <rdar://problem/5979875> clang on xcode: error: use of
> undeclared identifier 'super'
Hey Steve,
Instead of a whole new AST node for this, how about adding a new enum
to PreDefinedExpr? Does the rewriter handle this properly?
-Chris
More information about the cfe-commits
mailing list