hanchenye-llvm-project/clang/AST
Chris Lattner a925dc66e4 Convert more code to use DeclSpec accessors
llvm-svn: 39222
2006-11-28 04:33:46 +00:00
..
ASTContext.cpp Create a new TypeNameType class, which represents typedefs as types. This 2006-11-20 04:02:15 +00:00
ASTStreamer.cpp introduce a new ASTContext class to hold long-lived ast nodes. 2006-11-10 06:20:45 +00:00
Decl.cpp parse identifier expressions properly. This allows us diagnose this: 2006-11-20 04:58:19 +00:00
Expr.cpp pretty print postfix ++/-- nicer 2006-11-05 23:54:51 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Sema.cpp Add support for C90 implicitly defined functions, e.g.: 2006-11-20 06:49:47 +00:00
Sema.h split the ParseFunctionDefinition action into two actions, one which is 2006-11-21 01:21:07 +00:00
SemaDecl.cpp When a decl is popped from its current scope, link it to the decl chain for 2006-11-21 01:32:20 +00:00
SemaExpr.cpp Add support for C90 implicitly defined functions, e.g.: 2006-11-20 06:49:47 +00:00
SemaStmt.cpp move semantic analysis of break/continue out of the parser into the sema class. 2006-11-10 05:17:58 +00:00
SemaType.cpp Convert more code to use DeclSpec accessors 2006-11-28 04:33:46 +00:00
Stmt.cpp use the StmtNodes.def database to eliminate redundant code. 2006-11-04 20:54:18 +00:00
StmtPrinter.cpp remember referenced decls in our AST's 2006-11-20 05:01:40 +00:00
StmtVisitor.cpp Add a new StmtNodes.def file as a catalog of all the Stmt's. This helps 2006-11-04 20:49:30 +00:00
Type.cpp correctly handle stuff like: 2006-11-20 04:17:27 +00:00