summaryrefslogtreecommitdiff
path: root/test/CodeGenCXX/cxx11-exception-spec.cpp
AgeCommit message (Expand)Author
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth
2016-04-05Fix broken tests from no-jump-table commitNirav Dave
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer
2015-01-12[patch][pr19848] Produce explicit comdats in clang.Rafael Espindola
2014-08-27Call ResolveExceptionSpec for non-OdrUsed functions.Nico Weber
2013-12-14Remove 'not' from some CodeGen testsAlp Toker
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola
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