llvm-project/clang/AST
Ted Kremenek afb98f9c09 Moved TranslationUnit.h to include path.
llvm-svn: 45176
2007-12-18 21:34:50 +00:00
..
ASTConsumer.cpp Added method "HandleTopLevelDeclaration" to ASTConsumer. This will eventually 2007-11-29 23:05:17 +00:00
ASTContext.cpp Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. 2007-12-18 21:33:44 +00:00
Builtins.cpp Add more intrinsics. We can now correctly parse both Carbon.h and Cocoa.h without having to do -arch ppc. 2007-11-28 05:19:59 +00:00
CFG.cpp Removed CFG.cpp's dependence on #including iostream. 2007-12-17 19:35:20 +00:00
Decl.cpp - Remove getInstanceMethods/getClassMethods API on ObjcInterfaceDecl, ObjcProtocolDecl, and ObjcCategoryDecl. These methods are replaced by the respective iterators on each class. 2007-12-14 23:37:57 +00:00
DeclSerialization.cpp Updated serialization of ParmVarDecl to serialize out objcDeclQualifier. 2007-12-13 06:28:13 +00:00
Expr.cpp Fix the location we emit the "not a constant" error for this: 2007-12-18 07:15:40 +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 Keep track of whether the asm is volatile or not. 2007-11-23 23:12:25 +00:00
StmtDumper.cpp Added back VisitDeclStmt() to the StmtDumper, essentially reverting r44920: 2007-12-12 06:59:42 +00:00
StmtIterator.cpp Added "mode" to StmtIterator to record if the expression being iterated 2007-12-14 23:40:56 +00:00
StmtPrinter.cpp Removed dependence on #including iostream. 2007-11-26 22:50:46 +00:00
StmtSerialization.cpp Implemented serialization of: ObjCEncodeExpr, ObjCSelectorExpr. 2007-12-05 00:43:08 +00:00
StmtViz.cpp Added support to clang driver to view ASTs using GraphViz. This 2007-09-19 21:29:43 +00:00
TranslationUnit.cpp Moved TranslationUnit from Driver to AST library. 2007-12-18 21:34:28 +00:00
Type.cpp Refactoring work. ObjcQualifiedIdType is now derived from 'Type'. 2007-12-18 21:33:44 +00:00
TypeSerialization.cpp Patch to implemented objective-c's dynamic object pointer qualified with 2007-12-17 21:03:50 +00:00