aboutsummaryrefslogtreecommitdiff
path: root/lib/Sema/SemaTemplateInstantiate.cpp
AgeCommit message (Expand)Author
2012-05-01PR12710 - broken default argument handling for templates.David Blaikie
2012-04-30Fix PR12378: provide conversion warnings on default args of function templatesDavid Blaikie
2012-04-26PR12647: An alias template instantiation which occurs in a SFINAE context isRichard Smith
2012-04-17Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith
2012-04-16Implement C++11 [expr.prim.general]p3, which permits the use of 'this'Douglas Gregor
2012-04-06Implement support for null non-type template arguments for non-typeDouglas Gregor
2012-03-23When defining a forward-declared enum, don't try to attach the definition toRichard Smith
2012-03-23Support for definitions of member enumerations of class templates outside theRichard Smith
2012-03-14Instantiating a class template should not instantiate the definition of anyRichard Smith
2012-03-11Unify naming of LangOptions variable/get function across the Clang stack (Lex...David Blaikie
2012-02-13Introduce support for template instantiation of lambdaDouglas Gregor
2012-02-11Represent C++ direct initializers as ParenListExprs before semantic analysisSebastian Redl
2012-02-11For class template implicit instantiation, also update its location to pointArgyrios Kyrtzidis
2012-02-06Move instantiateTemplateAttribute into the sema namespace, make helpers static.Benjamin Kramer
2012-01-25When we're substituting into a function parameter pack and expect toDouglas Gregor
2012-01-25Fix PR11848: decree that an alias template contains an unexpanded parameter packRichard Smith
2012-01-20Delayed template instantiation of late-parsed attributes.DeLesley Hutchins
2012-01-17Remove unreachable code in Clang. (replace with llvm_unreachable where approp...David Blaikie
2012-01-14De-virtualize getPreviousDecl() and getMostRecentDecl() when we knowDouglas Gregor
2011-12-20Fix a crash on invalid, http://llvm.org/pr11599Nico Weber
2011-11-18Fixed implicit instantiations source range.Abramo Bagnara
2011-10-03Fixed source range for template implicit instantiations.Abramo Bagnara
2011-09-27Only print _Bool as 'bool' when 'bool' is defined as an object-likeDouglas Gregor
2011-09-27When 'bool' is not a built-in type but is defined as a macro, printDouglas Gregor
2011-09-22ArrayRef-ifying the fields passed to Sema::ActOnFieldsDavid Blaikie
2011-09-22ArrayRef-ifying the UnexpandedParameterPacks passed to Sema::CheckParameterPa...David Blaikie
2011-08-14Implement function template specialization at class scope extension in Micros...Francois Pichet
2011-07-23remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....Chris Lattner
2011-07-20Replace r134583's fix for PR10290 with one which also works for non-value-dep...Richard Smith
2011-07-15Create a new expression node, SubstNonTypeTemplateParmExpr,John McCall
2011-07-07In an in-class initialization, defer checks for value-dependent initializationNick Lewycky
2011-07-01Introduce the notion of instantiation dependence into Clang's AST. ADouglas Gregor
2011-06-30Preserve that a TemplateName was arrived at by substitutingJohn McCall
2011-06-15When performing substitution of default template template parametersDouglas Gregor
2011-06-11Implement support for C++11 in-class initialization of non-static data members.Richard Smith
2011-06-10Made changes to how 'struct'/'class' mismatches are handled in -Wmismatched-t...Richard Trieu
2011-05-22Add an assertion to tell us when we're going off the deep end tryingDouglas Gregor
2011-05-09When determining whether we need to instantiate a function type,Douglas Gregor
2011-05-06Modify some deleted function methods to better reflect reality:Sean Hunt
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-05-01Store a parameter index and function prototype depth in everyJohn McCall
2011-05-01Re-applies the patch first applied way back in r106099, withChandler Carruth
2011-04-27Diagnose attempts to implicitly instantiate a template before it isJohn McCall
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2011-03-05When substituting in for a template name, do not produce a qualifiedDouglas Gregor
2011-03-05When determining template instantiation arguments within a functionDouglas Gregor
2011-03-02Kill off TreeTransform::TransformNestedNameSpecifier() in favor of theDouglas Gregor
2011-03-02Kill off the TreeTransform::TransformTemplateName overload that hasDouglas Gregor
2011-03-02Start migrating TreeTransform's TransformTemplateName over to versionDouglas Gregor
2011-03-02When we're substituting into a parameter-type-list nested inside the patternDouglas Gregor