Skip to content
Commit 5b4267f7 authored by Kostya Serebryany's avatar Kostya Serebryany
Browse files

[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
parent b1180dc6
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment