aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp
AgeCommit message (Expand)Author
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2011-10-13Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith
2011-05-12PR9899: handle pseudo-destructors correctly in noexcept() expressions.Eli Friedman
2011-05-11PR9882: Fix noexcept to deal with dependent new, delete, calls, andEli Friedman
2011-03-15Extend the noexcept expression test to test noexcept specification functions.Sebastian Redl
2011-02-28Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson
2011-02-19Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson
2010-09-10Test destructors in delete expressions and of temporaries for throwing.Sebastian Redl
2010-09-10Address Doug's comments.Sebastian Redl
2010-09-10Add another small test case.Sebastian Redl
2010-09-10Tests for noexcept in templates.Sebastian Redl
2010-09-10First version of a testcase, plus fixes.Sebastian Redl