summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-exception-spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-1/+20
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-20/+1
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-1/+20
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-20/+1
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-1/+20
* Use the appropriate SourceLocation for the template backtrace when doingNick Lewycky2014-01-111-4/+2
* When pretty-printing tag types, only print the tag if we're in C (andJohn McCall2010-03-101-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Implement template instantiation for exception specifications. Also,Douglas Gregor2009-12-081-0/+11