[sanitizer] found a bug by code inspection: CHECK(a=b) instead of CHECK(a==b)....
[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
Loading
Please register or sign in to comment