| commit | 8d17b4050076c9dea7b68dc0ac208de8f19d9c01 | [log] [tgz] |
|---|---|---|
| author | Warren Ristow <warren.ristow@sony.com> | Thu Feb 02 17:53:34 2017 +0000 |
| committer | Warren Ristow <warren.ristow@sony.com> | Thu Feb 02 17:53:34 2017 +0000 |
| tree | 8fd1acb107836947c199e2bdaa5b6c0c2c6bc6a4 | |
| parent | fc89bbcc712550d91e018a682e9369df88e80872 [diff] |
Prevent ICE in dllexport class with _Atomic data member Guard against a null pointer dereference that caused Clang to crash when processing a class containing an _Atomic qualified data member, and that is tagged with 'dllexport'. Differential Revision: https://reviews.llvm.org/D29208 llvm-svn: 293911