hanchenye-llvm-project/clang/lib/AST
Douglas Gregor b884000ba9 Teach PackExpansionExpr to keep track of the number of pack expansions
it will expand to, if known. Propagate this information throughout Sema.

llvm-svn: 123470
2011-01-14 21:20:45 +00:00
..
APValue.cpp Fix -Wcast-qual warnings. 2010-04-19 16:39:44 +00:00
ASTConsumer.cpp Reintroduce the ASTConsumer/ASTUnit fix from r110610, it has nothing to do with the breakage. 2010-08-11 18:52:41 +00:00
ASTContext.cpp Keep track of the number of expansions to be produced from a type pack 2011-01-14 17:04:44 +00:00
ASTDiagnostic.cpp Added ParenType type node. 2010-12-10 16:29:40 +00:00
ASTImporter.cpp Fix a few warnings stemming from my inability to properly fill out 2011-01-14 05:11:40 +00:00
AttrImpl.cpp Generate Attr subclasses with TableGen. 2010-08-18 23:23:40 +00:00
CMakeLists.txt Move name mangling support from CodeGen to AST. In the 2011-01-13 18:57:25 +00:00
CXXABI.h Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well. 2010-11-25 01:51:53 +00:00
CXXInheritance.cpp Rename RecordLayout::getPrimaryBaseWasVirtual to isPrimaryBaseVirtual. 2010-11-24 23:12:57 +00:00
Decl.cpp PR3558: mark "logically const" accessor methods in ASTContext as const, 2011-01-12 09:06:06 +00:00
DeclBase.cpp Add Decl::isParameterPack(), which covers both function and template 2011-01-05 21:11:38 +00:00
DeclCXX.cpp PR3558: mark "logically const" accessor methods in ASTContext as const, 2011-01-12 09:06:06 +00:00
DeclFriend.cpp Support C++ friend declarations for PCH. 2010-06-29 22:47:00 +00:00
DeclGroup.cpp I lied. Kill off a few more Destroy methods 2010-07-25 18:32:30 +00:00
DeclObjC.cpp Diagnose when accessing property in a class method and 2010-12-03 23:37:08 +00:00
DeclPrinter.cpp Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, 2011-01-08 20:30:50 +00:00
DeclTemplate.cpp Teach PackExpansionExpr to keep track of the number of pack expansions 2011-01-14 21:20:45 +00:00
DeclarationName.cpp PR3558: mark "logically const" accessor methods in ASTContext as const, 2011-01-12 09:06:06 +00:00
DumpXML.cpp Renamed CXXBaseOrMemberInitializer to CXXCtorInitializer. This is both shorter, 2011-01-08 20:30:50 +00:00
Expr.cpp PR3558: mark "logically const" accessor methods in ASTContext as const, 2011-01-12 09:06:06 +00:00
ExprCXX.cpp Add the location of the right parenthesis of a C++ named cast 2011-01-12 22:41:29 +00:00
ExprClassification.cpp Implement the sizeof...(pack) expression to compute the length of a 2011-01-04 17:33:58 +00:00
ExprConstant.cpp Replace a literal '8' with getCharWidth(). 2011-01-14 02:01:36 +00:00
InheritViz.cpp
ItaniumCXXABI.cpp Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well. 2010-11-25 01:51:53 +00:00
ItaniumMangle.cpp Start implementing support for substitution into pack expansions that 2011-01-14 02:55:32 +00:00
Makefile BUILD_ARCHIVE is the default for libraries, no need to set it. 2010-07-18 00:14:47 +00:00
Mangle.cpp Move name mangling support from CodeGen to AST. In the 2011-01-13 18:57:25 +00:00
MicrosoftCXXABI.cpp Move isNearlyEmpty out into the ASTContext so it can be called from CodeGen as well. 2010-11-25 01:51:53 +00:00
MicrosoftMangle.cpp Start implementing support for substitution into pack expansions that 2011-01-14 02:55:32 +00:00
NestedNameSpecifier.cpp PR3558: mark "logically const" accessor methods in ASTContext as const, 2011-01-12 09:06:06 +00:00
ParentMap.cpp Add method ParentMap::addStmt(). 2010-11-15 20:54:24 +00:00
RecordLayout.cpp PR3558: mark "logically const" accessor methods in ASTContext as const, 2011-01-12 09:06:06 +00:00
RecordLayoutBuilder.cpp PR3558: mark "logically const" accessor methods in ASTContext as const, 2011-01-12 09:06:06 +00:00
Stmt.cpp Revert r119838 "Don't warn for empty 'if' body if there is a macro that expands to nothing" 2010-11-20 02:04:01 +00:00
StmtDumper.cpp Complain on missing property getter method only 2010-12-22 19:46:35 +00:00
StmtIterator.cpp
StmtPrinter.cpp Implement the sizeof...(pack) expression to compute the length of a 2011-01-04 17:33:58 +00:00
StmtProfile.cpp PR3558: mark "logically const" accessor methods in ASTContext as const, 2011-01-12 09:06:06 +00:00
StmtViz.cpp
TemplateBase.cpp Teach PackExpansionExpr to keep track of the number of pack expansions 2011-01-14 21:20:45 +00:00
TemplateName.cpp Variadic templates: extend Type, NestedNameSpecifier, TemplateName, 2010-12-13 22:49:22 +00:00
Type.cpp Start implementing support for substitution into pack expansions that 2011-01-14 02:55:32 +00:00
TypeLoc.cpp Introduce an AttributedType, but don't actually use it anywhere yet. 2011-01-06 01:58:22 +00:00
TypePrinter.cpp Start implementing support for substitution into pack expansions that 2011-01-14 02:55:32 +00:00