| commit | 5b4267f7e70a424a20045d51e99c18b035ee5b7e | [log] [tgz] |
|---|---|---|
| author | Kostya Serebryany <kcc@google.com> | Fri Apr 05 14:40:25 2013 +0000 |
| committer | Kostya Serebryany <kcc@google.com> | Fri Apr 05 14:40:25 2013 +0000 |
| tree | 11e320a541f868e36053c98aa83c91911ccd845e | |
| parent | b1180dc6d959bffa615f5a3ef041a1eef76a26de [diff] |
[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b). Was puzzled why lint did not catch it. Turns out this check was disabled for asan source. fix all cases and enable the check llvm-svn: 178872