llvm-project/clang/Sema
Chris Lattner a55a2cc25c rename some "Parse" actions to "ActOn". Move code around in
ParseFunctionDefinition so that ActOnFunctionDefBody is always
called if ActOnStartOfFunctionDef is called.  This fixes a crash
reported by Nuno Lopes.

llvm-svn: 42793
2007-10-09 17:14:05 +00:00
..
ASTStreamer.cpp Add SelectorInfo (similar in spirit to IdentifierInfo). The key difference is SelectorInfo is not string-oriented, it is a unique aggregate of IdentifierInfo's (using a folding set). SelectorInfo also has a richer API that simplifies the parser/action interface. 3 noteworthy benefits: 2007-09-27 14:38:14 +00:00
Makefile fix description 2007-05-23 23:56:42 +00:00
Sema.cpp add actions for deleting expr/stmt nodes. 2007-08-31 04:53:24 +00:00
Sema.h rename some "Parse" actions to "ActOn". Move code around in 2007-10-09 17:14:05 +00:00
SemaChecking.cpp Fix 80 col violations. 2007-08-30 17:08:17 +00:00
SemaDecl.cpp rename some "Parse" actions to "ActOn". Move code around in 2007-10-09 17:14:05 +00:00
SemaExpr.cpp - Add ObjcInterfaceDecl::lookupInstanceMethod(), lookupClassMethod(). 2007-10-02 20:01:56 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
SemaType.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00