aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateVariadic.cpp
AgeCommit message (Expand)Author
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-06-28Add support for C++ namespace-aware typo correction, e.g., correctingDouglas Gregor
2011-05-24Implement a new type node, UnaryTransformType, designed to represent aSean Hunt
2011-05-19Implement __underlying_type for libc++.Sean Hunt
2011-05-01Switch the interface name for both TemplateTypeParmType andChandler Carruth
2011-04-09Fix a bunch of major problems with __unknown_anytype and properly testJohn McCall
2011-02-17remove some defensive code: LocalInstantiationScope::getInstantiationOfChris Lattner
2011-01-23Null initialize a few variables flagged byTed Kremenek
2011-01-20Fix a use of uninitialized variables, found by Ted!Douglas Gregor
2011-01-19Implement basic support for the use of variadic templates and blocksDouglas Gregor
2011-01-14Teach PackExpansionExpr to keep track of the number of pack expansionsDouglas Gregor
2011-01-14Keep track of the number of expansions to be produced from a type packDouglas Gregor
2011-01-14Start implementing support for substitution into pack expansions thatDouglas Gregor
2011-01-12Teach TreeTransform how to transform a pack expansion type intoDouglas Gregor
2011-01-11When mapping from a function parameter pack to the set of functionDouglas Gregor
2011-01-10Work-in-progress implementation of C++0x [temp.arg.explicit]p9, whichDouglas Gregor
2011-01-07Implement substitution of a function parameter pack for its set ofDouglas Gregor
2011-01-05Add Decl::isParameterPack(), which covers both function and templateDouglas Gregor
2011-01-05Add semantic analysis for the creation of and an AST representationDouglas Gregor
2011-01-05Implement support for template template parameter packs, e.g.,Douglas Gregor
2011-01-04Implement the sizeof...(pack) expression to compute the length of aDouglas Gregor
2011-01-03Implement pack expansions whose pattern is a base-specifier.Douglas Gregor
2011-01-03Properly rebuild pack expansions whose pattern is a non-type templateDouglas Gregor
2011-01-03Diagnose the presence of unexpanded parameter packs within classDouglas Gregor
2011-01-03Implement support for pack expansions whose pattern is a non-typeDouglas Gregor
2010-12-24When instantiating a non-type template parameter pack, be sure toDouglas Gregor
2010-12-23Add an AST representation for non-type template parameterDouglas Gregor
2010-12-23Implement parsing of function parameter packs and non-type templateDouglas Gregor
2010-12-22Implement template argument deduction for pack expansions whoseDouglas Gregor
2010-12-21Implement instantiation of pack expansions whose pattern is a type-idDouglas Gregor
2010-12-20Give the RecursiveASTVisitor a configuration functionDouglas Gregor
2010-12-20Implement basic support for template instantiation of pack expansionsDouglas Gregor
2010-12-20Introduce a new type, PackExpansionType, to capture types that areDouglas Gregor
2010-12-16Tweak a commentDouglas Gregor
2010-12-16Check for unexpanded parameter packs in default arguments.Douglas Gregor
2010-12-16Fix a regression I caused in r121930. It turns out thatDouglas Gregor
2010-12-16Check for unexpanded parameter packs in using declarations. As aDouglas Gregor
2010-12-15Test that all of the relevant types properly compute the "containsDouglas Gregor
2010-12-15Introduce a RecursiveASTVisitor subclass that finds all unexpandedDouglas Gregor
2010-12-15Move the work-in-progress implementation of variadic templates to its own fil...Douglas Gregor