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
Loading
Please register or sign in to comment