aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/cxx11-exception-spec.cpp
AgeCommit message (Expand)Author
2013-02-28Add more of the command line options as attribute flags.Bill Wendling
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks
2013-02-25Add more attributes from the command line to functions.Bill Wendling
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling
2012-04-19PR 12586: Fix assert while running libc++ testsuite: deal with exceptionRichard Smith
2012-04-17PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith
2012-04-17Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith