aboutsummaryrefslogtreecommitdiff
path: root/include/clang/Sema/Template.h
AgeCommit message (Expand)Author
2013-05-17Merging r182072:Bill Wendling
2013-05-03ArrayRef'ize MultiLevelTemplateArgumentList::ArgList. Patch by Faisal Vali!Richard Smith
2013-04-16Basic support for Microsoft property declarations andJohn McCall
2013-04-12Sema: Give a typically small DenseMap some inline capacity.Benjamin Kramer
2013-03-22OpenMP threadprivate directive parsing and semantic analysisAlexey Bataev
2013-01-18Once we've collected the template arguments for aDouglas Gregor
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-09-18Mark unimplemented copy constructors and copy assignment operators with LLVM_...Craig Topper
2012-07-25PR12057: Allow variadic template pack expansions to cross lambda boundaries.Richard Smith
2012-06-07Plug a long standing memory leak in TemplateArgument.Benjamin Kramer
2012-03-14Instantiating a class template should not instantiate the definition of anyRichard Smith
2012-01-20Delayed template instantiation of late-parsed attributes.DeLesley Hutchins
2011-09-25Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie
2011-08-14Implement function template specialization at class scope extension in Micros...Francois Pichet
2011-07-20now that we have a centralized place to do so, add some using declarations forChris Lattner
2011-05-05Implement support for C++0x alias templates.Richard Smith
2011-04-15Support for C++11 (non-template) alias declarations.Richard Smith
2011-02-17Step #2/N of __label__ support: keep pushing LabelDecl forward,Chris Lattner
2011-02-17Inline LocalInstantiationScope::getInstantiationOf into its oneChris Lattner
2011-02-17remove some dead overloads.Chris Lattner
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
2010-12-20Implement basic support for template instantiation of pack expansionsDouglas Gregor
2010-11-21Major anonymous union/struct redesign.Francois Pichet
2010-11-10Instantiate class member template partial specialization declarationsDouglas Gregor
2010-11-07Remove broken support for variadic templates, along with the variousDouglas Gregor
2010-08-25Move more stuff out of Sema.h.John McCall
2010-08-24Struggle mightily against header inclusion in Sema.h.John McCall
2010-08-12Move Sema's headers into include/clang/Sema, renaming a few along the way.Douglas Gregor