Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | P0012R1: add Itanium ABI support for throwing non-noexcept function pointers ↵ | Richard Smith | 2016-12-01 | 1 | -0/+23 |
| | | | | | | and catching as noexcept. llvm-svn: 288305 | ||||
* | Revert r285664, cxx-abi-dev chose to go in a different direction for the ABI ↵ | Richard Smith | 2016-12-01 | 1 | -51/+0 |
| | | | | | | here. llvm-svn: 288304 | ||||
* | Update manglings for C++17 noexcept function types to match Jason Merrill's | Richard Smith | 2016-11-03 | 1 | -7/+7 |
| | | | | | | proposal on cxx-abi-dev earlier today. llvm-svn: 285870 | ||||
* | Implement ABI proposal for throwing noexcept function pointers, per discussion | Richard Smith | 2016-11-01 | 1 | -0/+51 |
on cxx-abi-dev (thread starting 2016-10-11). This is currently hidden behind a cc1-only -m flag, pending discussion of how best to deal with language changes that require use of new symbols from the ABI library. llvm-svn: 285664 |