llvm-project/clang/AST
Steve Naroff b8c289df7a Bug #:
Submitted by:
Reviewed by:
Fix a couple bugs in ParseCallExpr().
- check isVariadic().
- make sure an AST isn't created if the number of args don't match but the
types do!
- rename "n" to something more descriptive:-)

llvm-svn: 39438
2007-05-08 22:18:00 +00:00
..
ASTContext.cpp Bug #: 2007-04-27 22:11:59 +00:00
ASTStreamer.cpp Go back to having the clang driver create ASTContext explicitly, passing 2007-02-28 19:32:13 +00:00
Builtins.cpp Bug #: 2007-04-05 22:36:20 +00:00
Decl.cpp Bug #: 2007-03-26 23:09:51 +00:00
Expr.cpp Bug #: 2007-05-08 21:09:37 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Sema.cpp Bug #: 2007-05-07 00:24:15 +00:00
Sema.h Bug #: 2007-05-08 21:09:37 +00:00
SemaDecl.cpp Bug #: 2007-05-08 21:09:37 +00:00
SemaExpr.cpp Bug #: 2007-05-08 22:18:00 +00:00
SemaExprCXX.cpp Bug #: 2007-04-05 22:36:20 +00:00
SemaStmt.cpp Bug #: 2007-05-08 21:09:37 +00:00
SemaType.cpp Bug #: 2007-04-05 22:36:20 +00:00
Stmt.cpp Bug #: 2007-04-02 22:35:25 +00:00
StmtPrinter.cpp Bug #: 2007-04-26 20:39:23 +00:00
StmtVisitor.cpp More changes to complete the dynamic type support for Stmt/Expr. 2007-02-27 02:53:10 +00:00
Type.cpp Bug #: 2007-05-08 21:09:37 +00:00