Skip to content
Commit 701fb36b authored by Richard Trieu's avatar Richard Trieu
Browse files

Add a new warning when a NULL constant is used in arithmetic operations. The...

Add a new warning when a NULL constant is used in arithmetic operations.  The warning will fire on cases such as:

int x = 1 + NULL;

llvm-svn: 133196
parent 3e9f21f7
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