hanchenye-llvm-project/clang/Sema
Fariborz Jahanian bfe13c566c This patch introduces a new class to keep track of class implementation info. It also adds more
semantic checks for class and protocol declarations. Test cases are good indications of kind of 
checking being done in this patch.

llvm-svn: 42311
2007-09-25 18:38:09 +00:00
..
ASTStreamer.cpp remove some obsolete interfaces. 2007-09-16 19:47:56 +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 This patch introduces a new class to keep track of class implementation info. It also adds more 2007-09-25 18:38:09 +00:00
SemaChecking.cpp Fix 80 col violations. 2007-08-30 17:08:17 +00:00
SemaDecl.cpp This patch introduces a new class to keep track of class implementation info. It also adds more 2007-09-25 18:38:09 +00:00
SemaExpr.cpp Use APFloat for the representation of FP immediates, ask the target 2007-09-22 18:29:59 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp Make case sorting deterministic by not depending on pointer 2007-09-21 18:15:22 +00:00
SemaType.cpp Start converting Action methods from Parse-prefix to ActOn-prefix. 2007-09-15 18:49:24 +00:00