clang-1/AST
Chris Lattner 311ff02fae Add a new Rewriter::getRangeSize method.
Rename SourceRange::Begin()/End() to getBegin()/getEnd() for
consistency with other code.
Start building the rewriter towards handling @encode.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@43047 91177308-0d34-0410-b5e6-96231b3b80d8
2007-10-16 22:36:42 +00:00
..
ASTContext.cpp Patch to implement AST generation for objective-c's @selector expression. 2007-10-16 20:40:23 +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 Patch to implement AST generation for objective-c's @selector expression. 2007-10-16 20:40:23 +00:00
ExprCXX.cpp Implementation of child_begin/child_end for C++ expressions. 2007-08-24 20:21:10 +00:00
Makefile Stage two of getting CFE top correct. 2007-07-11 17:01:13 +00:00
Stmt.cpp move IdentifierTable.h from liblex to libbasic. 2007-10-07 08:58:51 +00:00
StmtDumper.cpp Add a new Rewriter::getRangeSize method. 2007-10-16 22:36:42 +00:00
StmtPrinter.cpp Steve, pointer out that getName() is available for selectors. Made code much smaller, thanks. 2007-10-16 21:07:53 +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 Move type compatibility predicates from Type to ASTContext. In addition, the predicates are now instance methods (they were previously static class methods on Type). 2007-10-15 20:41:53 +00:00