summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/explicit-specialization-member.cpp
Commit message (Expand)AuthorAgeFilesLines
* CWG issue 727: Fix numerous bugs in support for class-scope explicitRichard Smith2019-05-031-6/+20
* PR41607: Don't forget to substitute outer template arguments into aRichard Smith2019-04-261-0/+17
* [Sema] Fix an assert-on-invalid by avoiding function template specialisationAlex Lorenz2017-10-271-8/+4
* Don't mark a member as a member specialization until we know we're keeping th...Richard Smith2017-05-091-1/+10
* Speculatively revert r295118 to see if it's what's causing the modules selfho...Richard Smith2017-02-151-11/+0
* Do not implicitly instantiate the definition of a class template specializationRichard Smith2017-02-141-0/+11
* Fix crash-on-invalid and name lookup when recovering from ~X::X() typo.Richard Smith2015-01-151-1/+1
* PR19340: If we see a declaration of a member of an unspecialized class templateRichard Smith2014-04-171-4/+14
* PR18246: When performing template argument deduction to decide which templateRichard Smith2013-12-141-0/+19
* Add regression test for PR12331.Richard Smith2013-07-021-0/+9
* Instantiate class member template partial specialization declarationsDouglas Gregor2010-11-101-4/+2
* Fix some redundant errors by changing CXXScopeSpec::isSet calls intoJeffrey Yasskin2010-04-071-1/+1
* Fix an assertion-on-error during tentative constructor parsing byJohn McCall2010-02-261-1/+1
* Do not try to instantiate invalid declarations. It's a recipe forDouglas Gregor2010-02-161-0/+12
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* When entering the scope of a declarator, make sure that the scope isDouglas Gregor2009-09-241-0/+11
OpenPOWER on IntegriCloud