| commit | 1bb9aea56bdbac6fa8cb28d18a0b6c9879bee12b | [log] [tgz] |
|---|---|---|
| author | Roman Lebedev <lebedev.ri@gmail.com> | Thu Nov 01 08:56:51 2018 +0000 |
| committer | Roman Lebedev <lebedev.ri@gmail.com> | Thu Nov 01 08:56:51 2018 +0000 |
| tree | 5d804dd3b4d10371bed6348c033b8b92706d7f74 | |
| parent | 9d5b2d4adc6d3ba29628d23173d4b078ba42d5fd [diff] |
[clang][CodeGen] ImplicitIntegerSignChangeSanitizer: actually ignore NOP casts. I fully expected for that to be handled by the canonical type check, but it clearly wasn't. Sadly, somehow it hide until now. Reported by Eli Friedman. llvm-svn: 345816