summaryrefslogtreecommitdiffstats
path: root/test/SemaCXX/cxx1z-noexcept-function-type.cpp
Commit message (Expand)AuthorAgeFilesLines
* PR38141: check whether noexcept-specifications are equivalent in redeclarationsRichard Smith2018-07-121-1/+1
* Undo accidental language mode change in this test.Richard Smith2017-10-301-1/+1
* Add a test to make sure that -Wdeprecated doesn't warn on use of 'throw()' in...Richard Smith2017-10-301-2/+2
* Add GCC's noexcept-type alias for c++1z-compat-manglingRaphael Isemann2017-07-181-0/+1
* Add a subgroup of c++1z-compat to enable and disable the warning aboutAkira Hatanaka2017-06-201-1/+2
* [c++1z] Support deducing B in noexcept(B).Richard Smith2017-06-071-1/+1
* [c++1z] P0003R5: Removing dynamic exception specifications.Richard Smith2016-12-081-1/+1
* PR31244: Use the exception specification from the callee's type directly toRichard Smith2016-12-031-0/+15
* PR31081: ignore exception specifications when deducing function templateRichard Smith2016-12-011-2/+46
* [c++1z] Improve support for -fno-exceptions: we can't just ignore exceptionRichard Smith2016-11-301-4/+3
* [c++1z] PR31210: ignore exception specification when matching the type of aRichard Smith2016-11-291-0/+10
* More forcibly resolve exception specifications when checking a functionRichard Smith2016-11-021-0/+8
* p0012: Teach resolving address of overloaded function with dependent exceptionRichard Smith2016-11-011-1/+13
* Implement name mangling proposal for exception specifications from cxx-abi-de...Richard Smith2016-10-261-0/+43
* [c++1z] Fix corner case where we could create a function type whose canonical...Richard Smith2016-10-181-0/+4
* When two function types have equivalent (but distinct) noexcept specification...Richard Smith2016-10-181-0/+19
* [c++1z] Use canonical expression equivalence to determine whether two differentRichard Smith2016-10-181-0/+13