commit | c6aee64c5d7bd5dabd5e1f5770c4f3e0388b5534 | [log] [tgz] |
---|---|---|
author | Saleem Abdulrasool <compnerd@compnerd.org> | Sat Dec 31 17:34:26 2016 +0000 |
committer | Saleem Abdulrasool <compnerd@compnerd.org> | Sat Dec 31 17:34:26 2016 +0000 |
tree | cdb2b7d1a746295e09b395d34e668635e35b0667 | |
parent | 04674ef99be8ef54a31b339a1113420345fcdc10 [diff] |
remove some inherited attributes on exceptions These exception types are marked with `_LIBCPP_EXCEPTION_ABI` which expands to `__attribute__((__visibility__("default")))` or `__declspec(dllexport)`. When building for Windows, we would hit an error: cannot apply 'dllexport' to a 'dllexport' class Remove the duplicate annotations as they will be inherited from the class. git-svn-id: https://llvm.org/svn/llvm-project/libcxx/trunk@290785 91177308-0d34-0410-b5e6-96231b3b80d8