summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/instantiate-local-class.cpp
Commit message (Expand)AuthorAgeFilesLines
* Only instantiate members of nested classes in local classes once, rather than...Richard Smith2017-01-041-0/+11
* Correctly type-check the default arguments of local functionsJohn McCall2015-12-111-0/+27
* [MSVC Compat] Try to treat an implicit, fixed enum as an unfixed enumDavid Majnemer2015-10-081-2/+2
* Update a few more tests in response to the MS ABI enum semanticsDavid Majnemer2015-10-081-2/+2
* Instantiation of local class members.Serge Pavlov2015-06-291-0/+54
* Limit set of types instantiated in FindInstantiatedDecl.Serge Pavlov2015-05-151-0/+37
* PR20625: Instantiate static constexpr member function of a local struct in a ...Richard Smith2015-05-111-0/+15
* Instantiate incomplete class used in template method.Serge Pavlov2015-05-041-0/+129
* Revert r236063 due to regression with -fdelayed-template-parsing.Richard Smith2015-04-291-13/+0
* PR20625: Instantiate static constexpr member function of a local struct in a ...Richard Smith2015-04-291-0/+13
* Combine instantiation context of field initializer with context of class.Serge Pavlov2015-04-281-0/+19
* Sema: Don't crash when trying to instantiate a local class with an invalid ba...David Majnemer2014-02-221-1/+14
* Add a return statement to the func with an int return type.Kaelyn Uhrain2013-11-281-0/+1
* Sema: Instantiation of variable definitions weren't local enoughDavid Majnemer2013-11-271-0/+20
* Sema: Instantiate local class and their members appropriatelyDavid Majnemer2013-11-271-1/+95
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* For member pointer conversions potentially involving derived-to-baseDouglas Gregor2010-12-211-2/+4
* When searching for the instantiation of a locally-scoped tagDouglas Gregor2010-12-211-0/+13
* Turn access control on by default in -cc1.John McCall2010-04-091-2/+2
* Fix instantiation of template functions with local classes that contain virtualChandler Carruth2010-02-151-0/+18
* Introduce a second queue of "local" pending implicit instantiation,Douglas Gregor2010-01-161-1/+4
* While determining when to parse inline member functions of a class,Douglas Gregor2010-01-161-0/+19
* When we are instantiating a member function of a local class, be sureDouglas Gregor2010-01-161-0/+12
OpenPOWER on IntegriCloud