1. 5328c6b Fix [libcxxabi] Fix warning about uninitialized const member. by Eric Fiselier · 8 years ago
  2. 58c480d Fix warning about uninitialized const member. NFC by Eric Fiselier · 8 years ago
  3. 4174e8b [libcxxabi] Introduce a -fno-exceptions libc++abi libary variant by Asiri Rathnayake · 8 years ago
  4. 554d59a [libcxxabi] Disallow Base to Derived conversions for catching pointers to members. by Eric Fiselier · 9 years ago
  5. 0cb62d1 [libcxxabi] Fix multi-level pointer conversions and pointer to member conversion detection. by Eric Fiselier · 9 years ago
  6. c0b4808 Rename all of the tests in preparation for merging lit configs with libcxx by Jonathan Roelofs · 9 years ago[Renamed from test/catch_member_data_pointer_01.cpp]
  7. c649bde Quash a TODO related to catching pointer-to-member. These tests fail on my copy of gcc-4.2. But I believe the tests to be correct (and they pass for libc++abi). I've enquired on the C++ standards mailing list for a clarification in case I'm wrong. So far I've gotten one response that agrees with me. by Howard Hinnant · 12 years ago