summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaTemplate/explicit-specialization-member.cpp
Commit message (Expand)AuthorAgeFilesLines
* 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