summaryrefslogtreecommitdiffstats
path: root/test/SemaTemplate/instantiate-exception-spec-cxx11.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR1330: instantiate exception-specifications when "needed". We previously didRichard Smith2016-10-181-11/+7
* Instantiate function declarations in instantiated functions.Serge Pavlov2015-08-231-0/+8
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-0/+41
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-41/+0
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-0/+41
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-41/+0
* Skip parens when detecting whether we're instantiating a function declaration.Richard Smith2014-09-181-0/+7
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-0/+34
* Remove the -cxx-abi command-line flag.Hans Wennborg2014-01-141-1/+1
* Update tests in preparation for using the MS ABI for Win32 targetsHans Wennborg2014-01-131-1/+4
* Sema: Do not allow template declarations inside local classesDavid Majnemer2013-10-221-6/+7
* Fix bug which sometimes resulted in further diagnostics being produced after aRichard Smith2012-09-221-12/+0
* When marking virtual functions as used for a class' vtable, mark all functionsRichard Smith2012-07-071-0/+14
* PR 12586: Fix assert while running libc++ testsuite: deal with exceptionRichard Smith2012-04-191-2/+15
* PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith2012-04-171-0/+13
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-171-0/+107