clang-1/AST
Anders Carlsson 7c50aca2fe Add code generation and sema checking for __builtin_va_arg.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43006 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-15 20:28:48 +00:00
..
ASTContext.cpp Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema. 2007-10-15 14:41:52 +00:00
Builtins.cpp Generate code for va_start and va_end. 2007-10-12 23:56:29 +00:00
CFG.cpp Migrated LiveVariables and UninitializedVariables to now use the 2007-10-01 20:33:52 +00:00
Decl.cpp - Teach ObjcInterfaceDecl::lookupInstance/ClassMethod to look through protocols. 2007-10-14 23:13:51 +00:00
Expr.cpp Add code generation and sema checking for __builtin_va_arg. 2007-10-15 20:28:48 +00:00
ExprCXX.cpp Implementation of child_begin/child_end for C++ expressions. 2007-08-24 20:21:10 +00:00
Makefile Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
Stmt.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
StmtDumper.cpp Rename FileVariable -> FileVar for consistency with its class name, 2007-10-08 21:37:32 +00:00
StmtPrinter.cpp Add code generation and sema checking for __builtin_va_arg. 2007-10-15 20:28:48 +00:00
StmtViz.cpp Added support to clang driver to view ASTs using GraphViz. This 2007-09-19 21:29:43 +00:00
Type.cpp Added ASTContext::setObjcIdType/getObjcIdType(), set by Sema. 2007-10-15 14:41:52 +00:00