hanchenye-llvm-project/clang/AST
Fariborz Jahanian cfacdae9a8 Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl
instead for @protocol method decls.

llvm-svn: 42070
2007-09-17 22:36:42 +00:00
..
ASTContext.cpp Add support for ObjC keyword selectors. 2007-09-17 14:16:13 +00:00
Builtins.cpp Add initial support for constant CFStrings. 2007-08-17 05:31:46 +00:00
CFG.cpp When building CFGs we now (unconditionally) add an empty CFGBlock to the CFG 2007-09-17 16:18:02 +00:00
Decl.cpp Patch to remove ObjcProtoMethodDecl and use ObjcMethodDecl 2007-09-17 22:36:42 +00:00
Expr.cpp Silenced a VC++ warning. 2007-09-16 21:35:35 +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 Convert more statments over to SourceRanges... 2007-08-31 23:49:30 +00:00
StmtDumper.cpp Move Decl::NextDeclarator (w/ setters/getters) down to ScopedDecl/FieldDecl. 2007-09-13 23:52:58 +00:00
StmtPrinter.cpp pretty print some nodes more nicely. 2007-09-15 21:49:37 +00:00
Type.cpp The goal of this commit is to get just enough Sema support to recognize Objective-C classes 2007-09-06 21:24:23 +00:00