summaryrefslogtreecommitdiffstats
path: root/libcxxabi/src/cxa_vector.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix build with GCC:Nick Lewycky2015-03-051-0/+4
| | | | | | | | - GCC doesn't support #pragma mark, only Apple GCC and clang. Wrap the pragma mark's in #if 0 to make gcc ignore them but xcode still see them. - Wrap a bunch of "#pragma clang" lines in #ifdef __clang__. - Pacify gcc's -Wparenthesis in a case where it's quite reasonable. llvm-svn: 231344
* [libcxxabi] Fix broken codesourcery.com links in commentsJonathan Roelofs2014-02-121-1/+1
| | | | | review: http://llvm-reviews.chandlerc.com/D2718 llvm-svn: 201208
* Bruce Mitchener: Typo fixes.Howard Hinnant2013-02-151-1/+1
| | | | llvm-svn: 175275
* Add some needed symbols in exception.cpp and eliminate dependence upon ↵Howard Hinnant2012-01-241-1/+1
| | | | | | uncaught_exception() from cxa_vector.cpp. libc++abi is very nearly a self-contained (though not complete) library now. llvm-svn: 148866
* Implement vector new and delete functionalityMarshall Clow2011-06-101-0/+367
llvm-svn: 132832
OpenPOWER on IntegriCloud