diff options
author | Akira Hatanaka <ahatanaka@apple.com> | 2018-04-16 20:23:52 +0000 |
---|---|---|
committer | Akira Hatanaka <ahatanaka@apple.com> | 2018-04-16 20:23:52 +0000 |
commit | 7c55265c2dfad74f91530f86a61357e22a472dfa (patch) | |
tree | 0aefb9183e16a324ed3cc7fa3f6ad2003e9f123b /clang/unittests/libclang/LibclangTest.cpp | |
parent | 9ff8083d98af733e4d98efb78d1d9f0684fe0a87 (diff) | |
download | llvm-7c55265c2dfad74f91530f86a61357e22a472dfa.zip llvm-7c55265c2dfad74f91530f86a61357e22a472dfa.tar.gz llvm-7c55265c2dfad74f91530f86a61357e22a472dfa.tar.bz2 |
[CodeGen] Fix a crash that occurs when a non-trivial C struct with a
volatile array field is copied.
The crash occurs because method 'visitArray' passes a null FieldDecl to
method 'visit' and some of the methods called downstream expect a
non-null FieldDecl to be passed.
This reapplies r330151 with a fix to the test case.
rdar://problem/33599681
llvm-svn: 330155
Diffstat (limited to 'clang/unittests/libclang/LibclangTest.cpp')
0 files changed, 0 insertions, 0 deletions