summaryrefslogtreecommitdiff
path: root/CREDITS.TXT
AgeCommit message (Collapse)Author
2012-08-01Update CREDITS.TXTHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@161129 91177308-0d34-0410-b5e6-96231b3b80d8
2012-07-29Andrew Morrow: Mainline clang seems to have recently become more strict ↵Howard Hinnant
about the consistent application of visibility attributes, which causes some new breakage in libcxxabi: In file included from src/libcxxabi/src/cxa_default_handlers.cpp:19: src/libcxxabi/src/private_typeinfo.h:123:23: error: visibility does not match previous declaration class __attribute__ ((__visibility__(default))) __class_type_info ^ src/libcxxabi/src/private_typeinfo.h:19:13: note: previous attribute is here #pragma GCC visibility push(hidden) ^ 1 error generated. The forward declaration of __class_type_info is picking up hidden visibility from the #pragma, which conflicts with the default visibility applied when the class is later fully declared. I'm assuming that the full declaration has it right (and that the diagnostic is correct), so the attached patch applies the default visibility attribute to the forward declaration. git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@160933 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-22credits adjustmentHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@147148 91177308-0d34-0410-b5e6-96231b3b80d8
2011-12-22Updated __cxa_current_exception_type to call __cxa_get_globals_fast - will ↵Marshall Clow
not allocate globals git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@147147 91177308-0d34-0410-b5e6-96231b3b80d8
2011-08-02Added kledzik to CREDITS.TXTNick Kledzik
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@136667 91177308-0d34-0410-b5e6-96231b3b80d8
2011-06-08Added Marshall to CREDITS.TXT as requestedMarshall Clow
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@132754 91177308-0d34-0410-b5e6-96231b3b80d8
2011-05-05initial importHoward Hinnant
git-svn-id: https://llvm.org/svn/llvm-project/libcxxabi/trunk@130921 91177308-0d34-0410-b5e6-96231b3b80d8