summaryrefslogtreecommitdiffstats
path: root/test/CodeGenCXX/cxx11-exception-spec.cpp
Commit message (Expand)AuthorAgeFilesLines
* Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth2016-12-231-1/+1
* Fix broken tests from no-jump-table commitNirav Dave2016-04-051-7/+10
* Update clang to take into account the changes to personality fnsDavid Majnemer2015-06-171-5/+5
* [patch][pr19848] Produce explicit comdats in clang.Rafael Espindola2015-01-121-8/+8
* Call ResolveExceptionSpec for non-OdrUsed functions.Nico Weber2014-08-271-0/+5
* Remove 'not' from some CodeGen testsAlp Toker2013-12-141-1/+2
* Add 'not' to commands that are expected to fail.Rafael Espindola2013-07-041-1/+1
* Add more of the command line options as attribute flags.Bill Wendling2013-02-281-6/+7
* Reapply r176133 with testcase fixes.Bill Wendling2013-02-271-37/+35
* Revert "Add more attributes from the command line to functions."Anna Zaks2013-02-251-36/+37
* Add more attributes from the command line to functions.Bill Wendling2013-02-251-37/+36
* Modify the tests to use attribute group references instead of listing theBill Wendling2013-02-201-34/+38
* Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling2013-02-151-10/+10
* PR 12586: Fix assert while running libc++ testsuite: deal with exceptionRichard Smith2012-04-191-1/+55
* PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith2012-04-171-8/+56
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-171-0/+18