| commit | 9588a95b8282cf79e7cf95ca5fd2a1dac6d253d3 | [log] [tgz] |
|---|---|---|
| author | David Majnemer <david.majnemer@gmail.com> | Fri Aug 21 06:44:10 2015 +0000 |
| committer | David Majnemer <david.majnemer@gmail.com> | Fri Aug 21 06:44:10 2015 +0000 |
| tree | 058b831fd2170445c9ea43a7628b92b5a29c7935 | |
| parent | 84cfb1dcdeb694a10dce9927ec5f0e159e46ffa9 [diff] |
[Sema] Don't crash when diagnosing hack in libstdc++ While working around a bug in certain standard library implementations, we would try to diagnose the issue so that library implementors would fix their code. However, we assumed an entity being initialized was a non-static data member subobject when other circumstances are possible. This fixes PR24526. llvm-svn: 245675