hanchenye-llvm-project/clang/AST
Steve Naroff 66697aa72f Add a method prototype slot/getter to the ObjCMessageExpr AST.
llvm-svn: 43666
2007-11-03 16:37:59 +00:00
..
ASTContext.cpp Implement rewrite rules for ObjC string constants. 2007-11-03 11:27:19 +00:00
Builtins.cpp Add prototype info for __builtin_memcpy, reducing #diagnostics from 37 to 34 on 2007-10-29 04:18:06 +00:00
CFG.cpp Refactored CFG construction code that processes DeclStmts to use StmtIterator. 2007-10-30 21:48:34 +00:00
Decl.cpp - Add location info to category/protocol AST's 2007-10-30 13:30:57 +00:00
DeclSerialization.cpp Added most of the boilerplate code for Decl serialization. Still a few 2007-11-02 18:05:11 +00:00
Expr.cpp Add a method prototype slot/getter to the ObjCMessageExpr AST. 2007-11-03 16:37:59 +00:00
ExprCXX.cpp Fixed DeclStmt::child_begin() to actually create an iterator that 2007-10-18 23:28:49 +00:00
Makefile Fix these to allow clang to be in any dir. 2006-10-26 04:56:55 +00:00
Stmt.cpp AST build for @catch clause (this is work in progress). 2007-11-01 23:59:59 +00:00
StmtDumper.cpp Fixed includes of "clang/AST/DeclObjC.h" to work on case-sensitive 2007-10-17 18:36:42 +00:00
StmtIterator.cpp Added support for StmtIterators to iterate over the size expressions 2007-10-29 21:38:03 +00:00
StmtPrinter.cpp pretty-print @try/@catch/@finally from AST as the validation of AST. 2007-11-02 18:16:07 +00:00
StmtSerialization.cpp Simplified Serialization code for SourceLocation and SourceRange, and 2007-11-01 22:25:41 +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 Encoding for objectiive-c methods. 2007-10-29 22:57:28 +00:00
TypeSerialization.cpp Adjusted QualType deserialization to reflect updated deserialization API. 2007-10-31 20:00:03 +00:00