History log of /external/libcxxabi/src/cxa_vector.cpp
Revision Date Author Comments (<<< Hide modified files) (Show modified files >>>)
b4ec5796f2d2d0c7bf3faeb87ce87281c185b28e 04-Dec-2015 Saleem Abdulrasool <compnerd@compnerd.org> ibc++abi: mark visibility

Mark functions and types with the appropriate visibility. This is particularly
useful for environments which explicitly indicate origin of functions (Windows).
This aids in generating libc++abi as a DSO which exposes only the public
interfaces.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@254691 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/cxa_vector.cpp
77a304b28be4b50a508298d6a0e40ee9d4bb3ccd 04-Dec-2015 Saleem Abdulrasool <compnerd@compnerd.org> c++abi: whitespace adjustment

Cleanup some code with clang-format to make the following change easier to
identify material difference. NFC.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@254690 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/cxa_vector.cpp
faf34fbbbbb5956d6da2661a00f5c6b5aefcfe55 05-Mar-2015 Nick Lewycky <nicholas@mxc.ca> Fix build with GCC:
- 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.


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@231344 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/cxa_vector.cpp
c82e02dd25b36e5d05cd3644499a553709c9395d 12-Feb-2014 Jonathan Roelofs <jonathan@codesourcery.com> [libcxxabi] Fix broken codesourcery.com links in comments

review: http://llvm-reviews.chandlerc.com/D2718


git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@201208 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/cxa_vector.cpp
6d00feffc82d4f8c0201242291a0e93b492e1dd4 15-Feb-2013 Howard Hinnant <hhinnant@apple.com> Bruce Mitchener: Typo fixes.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@175275 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/cxa_vector.cpp
00cc7d2c79c179b54893ad215679bfae904578f5 24-Jan-2012 Howard Hinnant <hhinnant@apple.com> Add some needed symbols in exception.cpp and eliminate dependence upon uncaught_exception() from cxa_vector.cpp. libc++abi is very nearly a self-contained (though not complete) library now.

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@148866 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/cxa_vector.cpp
e52bde43f8528bfb81501eeffc4a17b44fdf3bfc 10-Jun-2011 Marshall Clow <mclow@qualcomm.com> Implement vector new and delete functionality

git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@132832 91177308-0d34-0410-b5e6-96231b3b80d8
/external/libcxxabi/src/cxa_vector.cpp