[analyzer] Fix assertion failure on code with transparent unions
authorValeriy Savchenko <vsavchenko@apple.com>
Tue, 22 Jun 2021 13:04:15 +0000 (16:04 +0300)
committerValeriy Savchenko <vsavchenko@apple.com>
Fri, 25 Jun 2021 20:09:16 +0000 (23:09 +0300)
commitd646157146ccda93cd72dcbaff4a554c61ed9586
treec2467fb223fd6401c553e412c5d33bf0408feba3
parentbdb03557c05942d951e1c9b5d7033613323c3104
[analyzer] Fix assertion failure on code with transparent unions

rdar://76948312

Differential Revision: https://reviews.llvm.org/D104716
clang/lib/StaticAnalyzer/Core/CallEvent.cpp
clang/test/Analysis/transparent_union_bug.c [new file with mode: 0644]