summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/except/except.spec/p1.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Sema][Crash] Correctly handle an non-dependent noexcept expr in function tem...Erich Keane2017-10-121-0/+9
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-11-121-1/+8
* Revert r219977, "Re-commit r217995 and follow-up patches (r217997, r218011, r...NAKAMURA Takumi2014-10-171-8/+1
* Re-commit r217995 and follow-up patches (r217997, r218011, r218053). These wereRichard Smith2014-10-161-1/+8
* Revert r217995 and follow-ups:Hans Wennborg2014-09-181-8/+1
* Instantiate exception specifications when instantiating function types (otherRichard Smith2014-09-171-1/+8
* C++1y constexpr extensions, round 1: Allow most forms of declaration andRichard Smith2013-04-221-1/+1
* Implement DR1330 in C++11 mode, to support libstdc++4.7 which uses it.Richard Smith2012-04-171-2/+2
* In C++11 mode, when an integral constant expression is desired and we have aRichard Smith2012-02-041-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* After instantiating a 'noexcept' expression, be sure to convert it toDouglas Gregor2011-10-091-2/+10
* The expression in a noexcept exception-specification is aDouglas Gregor2011-06-011-0/+13
* Propagate the new exception information to FunctionProtoType.Sebastian Redl2011-03-121-9/+20
* Parser support for noexcept specifications.Sebastian Redl2011-03-051-0/+49
OpenPOWER on IntegriCloud