hanchenye-llvm-project/clang/Sema
Steve Naroff b03f5940d1 More progress on array initializers.
- Added Expr::isConstantExpr().
- Added type checking for InitListExpr elements.
- Added diagnostic for trying to initialize a variable sized object.

llvm-svn: 41674
2007-09-02 20:30:18 +00:00
..
ASTStreamer.cpp Fix 80 col violations. 2007-08-30 17:08:17 +00:00
Makefile fix description 2007-05-23 23:56:42 +00:00
Sema.cpp add actions for deleting expr/stmt nodes. 2007-08-31 04:53:24 +00:00
Sema.h More progress on array initializers. 2007-09-02 20:30:18 +00:00
SemaChecking.cpp Fix 80 col violations. 2007-08-30 17:08:17 +00:00
SemaDecl.cpp More progress on array initializers. 2007-09-02 20:30:18 +00:00
SemaExpr.cpp More progress on array initializers. 2007-09-02 20:30:18 +00:00
SemaExprCXX.cpp Give CXXBoolLiteralExpr a type (all expressions need a valid type). 2007-08-25 14:02:58 +00:00
SemaStmt.cpp Finish converting SwitchStmt AST to source ranges. 2007-09-01 21:08:38 +00:00
SemaType.cpp Final phase of array cleanup (for now), removing a FIXME from yesterday. 2007-08-30 22:35:45 +00:00