summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/expr/expr.unary/expr.unary.noexcept/sema.cpp
Commit message (Expand)AuthorAgeFilesLines
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-1/+1
* Fix regression from r184810.Eli Friedman2013-06-251-0/+4
* Fix noexcept for delete expressions.Eli Friedman2013-06-251-1/+4
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* PR9899: handle pseudo-destructors correctly in noexcept() expressions.Eli Friedman2011-05-121-0/+3
* PR9882: Fix noexcept to deal with dependent new, delete, calls, andEli Friedman2011-05-111-0/+10
* Extend the noexcept expression test to test noexcept specification functions.Sebastian Redl2011-03-151-0/+4
* Add -fcxx-exceptions to all tests that use C++ exceptions.Anders Carlsson2011-02-281-1/+1
* Pass -fexceptions to all tests that use try/catch/throw.Anders Carlsson2011-02-191-1/+1
* Test destructors in delete expressions and of temporaries for throwing.Sebastian Redl2010-09-101-1/+11
* Address Doug's comments.Sebastian Redl2010-09-101-0/+2
* Add another small test case.Sebastian Redl2010-09-101-0/+1
* Tests for noexcept in templates.Sebastian Redl2010-09-101-0/+31
* First version of a testcase, plus fixes.Sebastian Redl2010-09-101-0/+128
OpenPOWER on IntegriCloud