hanchenye-llvm-project/clang/AST
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
..
ASTContext.cpp Fix a comment. 2007-08-30 18:14:25 +00:00
Builtins.cpp Add initial support for constant CFStrings. 2007-08-17 05:31:46 +00:00
CFG.cpp Fixed missing '(' and ')' characters in (CFG) pretty-printing of 2007-08-31 22:47:06 +00:00
Decl.cpp Fix "no newline at end of file" warnings. Patch contributed by 2007-07-12 15:43:07 +00:00
Expr.cpp More progress on array initializers. 2007-09-02 20:30:18 +00:00
ExprCXX.cpp Implementation of child_begin/child_end for C++ expressions. 2007-08-24 20:21:10 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Stmt.cpp Convert more statments over to SourceRanges... 2007-08-31 23:49:30 +00:00
StmtDumper.cpp Finish converting SwitchStmt AST to source ranges. 2007-09-01 21:08:38 +00:00
StmtPrinter.cpp Added "PrinterHelper" interface (include/AST/PrinterHelper) that can 2007-08-31 21:30:12 +00:00
Type.cpp Removed Sema::VerifyConstantArrayType(). With the new Array/ConstantArray/VariableArray nodes, this 2007-08-31 17:20:07 +00:00