llvm-project/clang/lib/AST
Douglas Gregor d8552cdc96 AST import for sizeof and alignof expressions
llvm-svn: 96647
2010-02-19 01:24:23 +00:00
..
APValue.cpp Convert the type of the LValue offset variable in APValue to CharUnits, moving 2010-01-15 12:37:54 +00:00
ASTConsumer.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
ASTContext.cpp Patch removes IVars list from ObjCInterfaceDecl and 2010-02-19 00:31:17 +00:00
ASTDiagnostic.cpp Move the diagnostic argument formatting function out of Sema and make 2010-02-09 22:26:47 +00:00
ASTImporter.cpp AST import for sizeof and alignof expressions 2010-02-19 01:24:23 +00:00
AttrImpl.cpp Add 'ns_returns_not_retained' and 'cf_returns_not_retained' attributes to 2010-02-18 00:05:45 +00:00
CMakeLists.txt Move the diagnostic argument formatting function out of Sema and make 2010-02-09 22:26:47 +00:00
CXXInheritance.cpp Eliminate the ASTContext parameter from RecordDecl::getDefinition() 2010-02-11 01:04:33 +00:00
Decl.cpp Remove use of 'std::string' from Attr objects, using instead a byte 2010-02-11 05:28:37 +00:00
DeclBase.cpp Fix unused function warning to handle used attributes and redeclarations. Update test case. 2010-02-17 02:17:21 +00:00
DeclCXX.cpp Remove another redundant ASTContext parameter 2010-02-11 01:30:34 +00:00
DeclGroup.cpp Add 'DeclStmt::DoDestroy()' which doesn't actually recurse over its child expressions (via StmtIterator), as those expressions are owned by the Decls and Types (which are destroyed elsewhere). This fixes a crasher reported in <rdar://problem/7487294>. 2009-12-23 08:56:00 +00:00
DeclObjC.cpp Class continuation now has its own property ast for 2010-02-15 21:55:26 +00:00
DeclPrinter.cpp Rework base and member initialization in constructors, with several 2010-01-31 09:12:51 +00:00
DeclTemplate.cpp Fix PR6156 and test several of the basic aspects of non-type template arguments 2010-01-31 07:24:03 +00:00
DeclarationName.cpp Switch the standard DeclarationName comparator to be a tri-valued comparator. 2010-02-13 01:04:05 +00:00
Expr.cpp Change InitListExpr to allocate the array for holding references 2010-02-19 00:42:33 +00:00
ExprCXX.cpp Fix leak in CXXNewExpr where the SubExprs array would get allocated directly using 'new[]' instead of the allocator associated with ASTContext. 2010-02-11 22:51:03 +00:00
ExprConstant.cpp Fix for PR6274: teach constant folding to evaluate __builtin_expect. 2010-02-13 00:10:10 +00:00
FullExpr.cpp More work on the FullExpr class. 2009-12-16 06:10:22 +00:00
InheritViz.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00
NestedNameSpecifier.cpp Move all of the type-printing logic to its own C++ source file 2009-11-10 00:39:07 +00:00
ParentMap.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
RecordLayoutBuilder.cpp Patch removes IVars list from ObjCInterfaceDecl and 2010-02-19 00:31:17 +00:00
RecordLayoutBuilder.h Move key functions to a separate map. 2009-12-07 04:35:11 +00:00
Stmt.cpp Implement Doug's suggestion. Eliminate the Stmts pointer from CXXTryStmt and instead allocate the statements after the object. 2010-02-03 03:56:39 +00:00
StmtDumper.cpp Dump the constructor type for a CXXConstructExpr. 2010-02-02 19:03:45 +00:00
StmtIterator.cpp Add StmtIterator support for iterating over both the condition 2009-12-23 23:38:34 +00:00
StmtPrinter.cpp Add an CXXBindReferenceExpr (not used just yet). 2010-01-29 02:39:32 +00:00
StmtProfile.cpp Add an CXXBindReferenceExpr (not used just yet). 2010-01-29 02:39:32 +00:00
StmtViz.cpp Adapt to the DOTGraphTraits changes in LLVM. 2009-11-30 14:16:05 +00:00
TemplateBase.cpp DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, 2009-12-07 02:54:59 +00:00
TemplateName.cpp Push overloaded function templates through the parser using a totally different 2009-12-02 08:04:21 +00:00
Type.cpp Make the various type-decl Types (and their associated ASTContext routines) 2010-02-16 03:57:14 +00:00
TypeLoc.cpp float, double, and long double do need extra data in the 2010-01-18 20:37:56 +00:00
TypePrinter.cpp First stage of adding AltiVec support 2010-02-05 00:12:22 +00:00