This website requires JavaScript.
Explore
Help
Sign In
maxjhandsome
/
llvm-project
forked from
OSchip/llvm-project
Watch
1
Star
0
Fork
You've already forked llvm-project
0
Code
Issues
Pull Requests
Packages
Releases
Wiki
Activity
120,997
Commits
23
Branches
0
Tags
2.2
GiB
d0c46550fe
Commit Graph
2 Commits
Author
SHA1
Message
Date
Richard Trieu
fc51bc1cea
Put the new warning from revision 133196 on NULL arithmetic behind the flag -Wnull-arthimetic and set to DefaultIgnore. A few edge cases need to be worked out before this can be set to default.
...
llvm-svn: 133287
2011-06-17 20:35:48 +00:00
Richard Trieu
701fb36b95
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
2011-06-16 21:36:56 +00:00