summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/temp/temp.spec/temp.explicit/p12.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Change how we suppress access control in explicit instantiationsJohn McCall2012-05-071-3/+46
| | | | | | | | | | so that we actually accumulate all the delayed diagnostics. Do this so that we can restore those diagnostics to good standing if it turns out that we were wrong to suppress, e.g. if the tag specifier is actually an elaborated type specifier and not a declaration. llvm-svn: 156291
* remove curly quotes, patch by Dimitry Andric!Chris Lattner2010-09-061-1/+1
| | | | llvm-svn: 113156
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
| | | | | | | | | - This is designed to make it obvious that %clang_cc1 is a "test variable" which is substituted. It is '%clang_cc1' instead of '%clang -cc1' because it can be useful to redefine what gets run as 'clang -cc1' (for example, to set a default target). llvm-svn: 91446
* Test various aspects of explicit instantiation that were already implemented.Douglas Gregor2009-10-271-0/+6
llvm-svn: 85243
OpenPOWER on IntegriCloud