]> granicus.if.org Git - clang/history - test/SemaCXX/cxx1z-noexcept-function-type.cpp
[c++1z] Support deducing B in noexcept(B).
[clang] / test / SemaCXX / cxx1z-noexcept-function-type.cpp
2017-06-07 Richard Smith[c++1z] Support deducing B in noexcept(B).
2016-12-08 Richard Smith[c++1z] P0003R5: Removing dynamic exception specifications.
2016-12-03 Richard SmithPR31244: Use the exception specification from the calle...
2016-12-01 Richard SmithPR31081: ignore exception specifications when deducing...
2016-11-30 Richard Smith[c++1z] Improve support for -fno-exceptions: we can...
2016-11-29 Richard Smith[c++1z] PR31210: ignore exception specification when...
2016-11-02 Richard SmithMore forcibly resolve exception specifications when...
2016-11-01 Richard Smithp0012: Teach resolving address of overloaded function...
2016-10-26 Richard SmithImplement name mangling proposal for exception specific...
2016-10-18 Richard Smith[c++1z] Fix corner case where we could create a functio...
2016-10-18 Richard SmithWhen two function types have equivalent (but distinct...
2016-10-18 Richard Smith[c++1z] Use canonical expression equivalence to determi...