summaryrefslogtreecommitdiff
path: root/test/SemaCXX/cxx1z-noexcept-function-type.cpp
AgeCommit message (Expand)Author
2017-10-30Undo accidental language mode change in this test.Richard Smith
2017-10-30Add a test to make sure that -Wdeprecated doesn't warn on use of 'throw()' in...Richard Smith
2017-07-18Add GCC's noexcept-type alias for c++1z-compat-manglingRaphael Isemann
2017-06-20Add a subgroup of c++1z-compat to enable and disable the warning aboutAkira Hatanaka
2017-06-07[c++1z] Support deducing B in noexcept(B).Richard Smith
2016-12-08[c++1z] P0003R5: Removing dynamic exception specifications.Richard Smith
2016-12-03PR31244: Use the exception specification from the callee's type directly toRichard Smith
2016-12-01PR31081: ignore exception specifications when deducing function templateRichard Smith
2016-11-30[c++1z] Improve support for -fno-exceptions: we can't just ignore exceptionRichard Smith
2016-11-29[c++1z] PR31210: ignore exception specification when matching the type of aRichard Smith
2016-11-02More forcibly resolve exception specifications when checking a functionRichard Smith
2016-11-01p0012: Teach resolving address of overloaded function with dependent exceptionRichard Smith
2016-10-26Implement name mangling proposal for exception specifications from cxx-abi-de...Richard Smith
2016-10-18[c++1z] Fix corner case where we could create a function type whose canonical...Richard Smith
2016-10-18When two function types have equivalent (but distinct) noexcept specification...Richard Smith
2016-10-18[c++1z] Use canonical expression equivalence to determine whether two differentRichard Smith