hanchenye-llvm-project/clang/Sema
Chris Lattner 200bdc3b90 add an action method for declspecs without declarators, like "struct foo;".
llvm-svn: 39184
2006-11-19 02:43:37 +00:00
..
ASTStreamer.cpp introduce a new ASTContext class to hold long-lived ast nodes. 2006-11-10 06:20:45 +00:00
Sema.cpp introduce a new ASTContext class to hold long-lived ast nodes. 2006-11-10 06:20:45 +00:00
Sema.h add an action method for declspecs without declarators, like "struct foo;". 2006-11-19 02:43:37 +00:00
SemaDecl.cpp add an action method for declspecs without declarators, like "struct foo;". 2006-11-19 02:43:37 +00:00
SemaExpr.cpp Parse and remember types enough that we can pretty print: 2006-11-19 01:48:02 +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 build TypedefDecl objects when parsing typedefs. 2006-11-19 02:31:38 +00:00