clang-1/Sema
Fariborz Jahanian 4cabdfc51c Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup
ok class names and streamlined this logic to do the lookup once.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42926 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-12 19:38:20 +00:00
..
ASTStreamer.cpp Make a significant change to invert the control flow handling 2007-10-09 22:10:18 +00:00
Makefile Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
Sema.cpp Refinements to Sema::GetObjcIdType()... 2007-10-10 23:24:43 +00:00
Sema.h Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup 2007-10-12 19:38:20 +00:00
SemaChecking.cpp Add some more diagnostics for va_start, fix tests so they pass with these new diags. 2007-10-12 17:48:41 +00:00
SemaDecl.cpp Fixed a @compatible_alias bug. In the process, discovered unnecessary 2ndry lookup 2007-10-12 19:38:20 +00:00
SemaExpr.cpp Fix 80 col violations. 2007-10-10 23:42:28 +00:00
SemaExprCXX.cpp Rename statement actions (from Parse-prefix to ActOn-prefix). 2007-09-16 14:56:35 +00:00
SemaStmt.cpp Emit a warning when the body of an if block is a NullStmt. 2007-10-10 20:50:11 +00:00
SemaType.cpp Patch to create protocol conforming class types. 2007-10-11 00:55:41 +00:00