hanchenye-llvm-project/clang/AST
Steve Naroff 5d15254496 - Teach ObjcInterfaceDecl::lookupInstance/ClassMethod to look through protocols.
- Start looking up methods in the global method pools (for "id").
- Start integrating interface types into the type system.

llvm-svn: 42971
2007-10-14 23:13:51 +00:00
..
ASTContext.cpp slightly simplify interface 2007-10-11 03:36:41 +00:00
Builtins.cpp Generate code for va_start and va_end. 2007-10-12 23:56:29 +00:00
CFG.cpp Migrated LiveVariables and UninitializedVariables to now use the 2007-10-01 20:33:52 +00:00
Decl.cpp - Teach ObjcInterfaceDecl::lookupInstance/ClassMethod to look through protocols. 2007-10-14 23:13:51 +00:00
Expr.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
ExprCXX.cpp Implementation of child_begin/child_end for C++ expressions. 2007-08-24 20:21:10 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Stmt.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
StmtDumper.cpp Rename FileVariable -> FileVar for consistency with its class name, 2007-10-08 21:37:32 +00:00
StmtPrinter.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
StmtViz.cpp Added support to clang driver to view ASTs using GraphViz. This 2007-09-19 21:29:43 +00:00
Type.cpp - Teach ObjcInterfaceDecl::lookupInstance/ClassMethod to look through protocols. 2007-10-14 23:13:51 +00:00