clang-1/lib/AST
Douglas Gregor 319d57f216 Move the allocation of designators in DesignatedInitExpr to the
ASTContext. Fixes <rdar://problem/7495428>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@92867 91177308-0d34-0410-b5e6-96231b3b80d8
2010-01-06 23:17:19 +00:00
..
APValue.cpp Remove tabs, and whitespace cleanups. 2009-09-09 15:08:12 +00:00
ASTConsumer.cpp Push DeclGroup much farther throughout the compiler. Now the various 2009-03-29 16:50:03 +00:00
ASTContext.cpp Revert r92318. Instead fix the analyzer: do not call 2010-01-05 09:27:03 +00:00
CMakeLists.txt Remove CharUnits::toString() to eliminate dependence on <string>. 2009-12-23 02:44:11 +00:00
CXXInheritance.cpp In CXXRecordDecl::forallBases, add the base to the "queue", so we walk more than one heirarchy of classes. John, please review. 2009-12-09 04:26:02 +00:00
Decl.cpp Fix spelling. 2010-01-06 02:05:39 +00:00
DeclBase.cpp Patch to fix a crash trying to access a category name in 2009-12-11 00:26:36 +00:00
DeclCXX.cpp Improve key-function computation for templates. In particular: 2010-01-05 19:06:31 +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 DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, 2009-12-07 02:54:59 +00:00
DeclPrinter.cpp Rename dump to dumpDeclContext, so that call RD->dump() won't dump the decl context by default. 2009-12-14 00:51:04 +00:00
DeclTemplate.cpp DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated variables, 2009-12-07 02:54:59 +00:00
DeclarationName.cpp move a few more symbols to .rodata/.data.rel.ro 2009-12-23 17:49:57 +00:00
Expr.cpp Move the allocation of designators in DesignatedInitExpr to the 2010-01-06 23:17:19 +00:00
ExprCXX.cpp When we see a CXXDefaultArgExpr during template instantiation, rebuild 2009-12-23 23:03:06 +00:00
ExprConstant.cpp Add Expr::EvaluateAsBooleanCondition(), which does unprincipled folding to 2010-01-05 23:42:56 +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 Installation of Clang libraries and headers, from Axel Naumann! 2009-10-08 22:15: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 Improve key-function computation for templates. In particular: 2010-01-05 19:06:31 +00:00
RecordLayoutBuilder.h Move key functions to a separate map. 2009-12-07 04:35:11 +00:00
Stmt.cpp Remember if the AsmStmt came from Microsoft-style inline assembly code. 2010-01-04 22:37:17 +00:00
StmtDumper.cpp StmtDumper::VisitUnresolvedLookupExpr 2009-12-11 21:50:11 +00:00
StmtIterator.cpp Add StmtIterator support for iterating over both the condition 2009-12-23 23:38:34 +00:00
StmtPrinter.cpp Rework how we support C++ implicit member accesses. If we can resolve an 2009-12-01 22:10:20 +00:00
StmtProfile.cpp ShouldDestroyTemporaries? I don't think so. 2009-12-15 20:51:39 +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 Get rid of FixedWidthIntType, as suggested by Chris and Eli. 2009-12-29 07:07:36 +00:00
TypeLoc.cpp Fix "using typename" and the instantiation of non-dependent using declarations. 2009-12-04 22:46:56 +00:00
TypePrinter.cpp Get rid of FixedWidthIntType, as suggested by Chris and Eli. 2009-12-29 07:07:36 +00:00