https://llvm.org/bugs/show_bug.cgi?id=26535

Nick Lewycky <nlewy...@google.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|---                         |FIXED

--- Comment #2 from Nick Lewycky <nlewy...@google.com> ---
Fixed in r269572.

The warning won't catch more advanced examples where you break the expression
up across variables. If you want that, you would need to file a feature request
on the static analyzer. There is another features, -fsanitize=null which can
find these problems provided they occur at runtime.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to