aboutsummaryrefslogtreecommitdiff
path: root/clang/test/CodeGenCXX/cxx11-exception-spec.cpp
AgeCommit message (Expand)AuthorFilesLines
2016-12-23Cleanup the handling of noinline function attributes, -fno-inline,Chandler Carruth1-1/+1
2016-04-05Fix broken tests from no-jump-table commitNirav Dave1-7/+10
2015-06-17Update clang to take into account the changes to personality fnsDavid Majnemer1-5/+5
2015-01-12[patch][pr19848] Produce explicit comdats in clang.Rafael Espindola1-8/+8
2014-08-27Call ResolveExceptionSpec for non-OdrUsed functions.Nico Weber1-0/+5
2013-12-14Remove 'not' from some CodeGen testsAlp Toker1-1/+2
2013-07-04Add 'not' to commands that are expected to fail.Rafael Espindola1-1/+1
2013-02-28Add more of the command line options as attribute flags.Bill Wendling1-6/+7
2013-02-27Reapply r176133 with testcase fixes.Bill Wendling1-37/+35
2013-02-25Revert "Add more attributes from the command line to functions."Anna Zaks1-36/+37
2013-02-25Add more attributes from the command line to functions.Bill Wendling1-37/+36
2013-02-20Modify the tests to use attribute group references instead of listing theBill Wendling1-34/+38
2013-02-15Add the 'target-cpu' and 'target-features' attributes to functions.Bill Wendling1-10/+10
2012-04-19PR 12586: Fix assert while running libc++ testsuite: deal with exceptionRichard Smith1-1/+55
2012-04-17PR12569: Instantiate exception specifications of explicit instantiationsRichard Smith1-8/+56
2012-04-17Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith1-0/+18