hanchenye-llvm-project/clang/lib/AST
Chris Lattner 84cffc22d4 adjust for raw_fd_ostream api change.
llvm-svn: 79809
2009-08-23 02:59:41 +00:00
..
APValue.cpp
ASTConsumer.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
ASTContext.cpp Introduce getConstantArrayElementCount API and use it in 2009-08-21 16:31:06 +00:00
CMakeLists.txt Update CMakeLists. 2009-08-19 12:02:15 +00:00
Decl.cpp Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. 2009-08-21 00:31:54 +00:00
DeclBase.cpp Add a FriendClassDecl type for holding declarations of friend types in 2009-08-11 21:13:21 +00:00
DeclCXX.cpp Implement conversion function templates, along with the ability to use 2009-08-21 23:19:43 +00:00
DeclGroup.cpp Remove the serialization code that predates precompiled 2009-04-22 21:45:53 +00:00
DeclObjC.cpp Introduce DeclaratorDecl and pass DeclaratorInfo through the Decl/Sema interfaces. 2009-08-19 01:27:57 +00:00
DeclPrinter.cpp Change uses of: 2009-07-29 21:53:49 +00:00
DeclTemplate.cpp Remove TypeSpecStartLocation from VarDecl/FunctionDecl/FieldDecl, and use DeclaratorInfo to get this information. 2009-08-21 00:31:54 +00:00
DeclarationName.cpp Introduce the canonical type smart pointers, and use them in a few places to 2009-08-05 05:36:45 +00:00
Expr.cpp Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". 2009-08-20 17:02:02 +00:00
ExprCXX.cpp Implement __is_empty. Patch by Sean Hunt. 2009-08-15 21:55:26 +00:00
ExprConstant.cpp Change uses of: 2009-07-29 21:53:49 +00:00
InheritViz.cpp adjust for raw_fd_ostream api change. 2009-08-23 02:59:41 +00:00
Makefile
NestedNameSpecifier.cpp Key decisions about 'bool' vs '_Bool' to be based on a new flag in langoptions. 2009-06-30 01:26:17 +00:00
ParentMap.cpp Add ParentMap:getParentIgnoreParens(). 2009-05-11 19:49:27 +00:00
RecordLayoutBuilder.cpp Refine vbase offset calculations. WIP. 2009-08-16 19:04:13 +00:00
RecordLayoutBuilder.h Refine vbase offset calculations. WIP. 2009-08-16 19:04:13 +00:00
Stmt.cpp Get rid of Stmt::Clone now that we can reference count statements instead. 2009-08-08 02:50:17 +00:00
StmtDumper.cpp Add CK_NullToMemberPointer and CK_BaseToDerivedMemberPointer cast kinds. Make -ast-dump print out the cast kinds of cast expressions. 2009-08-22 23:33:40 +00:00
StmtIterator.cpp When evaluating a VarDecl as a constant or determining whether it is 2009-05-26 18:54:04 +00:00
StmtPrinter.cpp Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". 2009-08-20 17:02:02 +00:00
StmtProfile.cpp Using "ObjCImplicitSetterGetterRefExpr" instead of "ObjCImplctSetterGetterRefExpr". 2009-08-20 17:02:02 +00:00
StmtViz.cpp Update for LLVM API changes. 2009-06-24 17:37:55 +00:00
TemplateName.cpp [llvm up] 2009-07-29 18:26:50 +00:00
Type.cpp Canonicalize dependent extended vector types. 2009-07-31 03:54:25 +00:00
TypeLoc.cpp Introduce DeclaratorInfo and TypeLoc, intended to be used for storing and reading source information for types. 2009-08-19 01:27:32 +00:00