summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_unexpected.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add a descriptive name for a constant. Also I'm at least temporarily waging ↵Howard Hinnant2012-01-301-8/+8
| | | | | | war on throw specs, both old and new style. Except where we have already publicly exposed the throw spec, I'm getting rid of them. They may come back later. But they seem somewhat prone to cyclic dependencies here. The throw spec implies compiler generated code that this library has to jump to during stack unwinding. I'd like to minimize the possiblity that the code used to properly make that jump is itself creating such jumps. llvm-svn: 149251
* These commits are intended to be temporary in nature and are to facilitate ↵Howard Hinnant2012-01-251-0/+27
the testing of libc++abi.dylib at this point in time. llvm-svn: 148967
OpenPOWER on IntegriCloud