hanchenye-llvm-project/libcxxabi
Saleem Abdulrasool e113b5e9af c++abi: use __builtin_offsetof instead of offsetof
Use `__builtin_offsetof` in place of `offsetof`.  Certain environments provide a
macro definition of `offsetof` which may end up causing issues.  This was
observed on Windows.  Use `__builtin_offsetof` to ensure correct evaluation
everywhere.  NFC.

llvm-svn: 253435
2015-11-18 05:33:38 +00:00
..
cmake unwind: use -fno-rtti -fno-exceptions -funwind-tables 2015-02-06 17:47:57 +00:00
include Implement uncaught_exceptions() to get a count, rather than a bool. Update the libc++abi version. Reviewed as http://reviews.llvm.org/D10067 2015-06-02 13:03:17 +00:00
lib
src c++abi: use __builtin_offsetof instead of offsetof 2015-11-18 05:33:38 +00:00
test Fix LIBCXXABI_HAS_NO_THREADS configuration. 2015-10-14 19:21:38 +00:00
www Update to new lists.llvm.org 2015-08-05 04:01:26 +00:00
.arcconfig
.gitignore [libcxxabi] Teach CMake better ways to find the libc++ source directory (and misc cleanup). 2015-01-22 20:00:06 +00:00
CMakeLists.txt Update to new lists.llvm.org 2015-08-05 04:01:26 +00:00
CREDITS.TXT
LICENSE.TXT Update copyright year to 2015. 2015-03-12 20:13:54 +00:00