| Commit message (Expand) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Add -Wstring-plus-int, which warns on "str" + int and int + "str". | Nico Weber | 2012-03-02 | 1 | -1/+1 |
| * | The current warning in -Wnull-arithmetic for comparisons between NULL and non... | Richard Trieu | 2011-08-11 | 1 | -7/+7 |
| * | Factor out (some of) the checking for invalid forms of pointer | Chandler Carruth | 2011-06-27 | 1 | -1/+1 |
| * | Use an explicitly 64-bit triple flag to ensure we can easily verify the | Chandler Carruth | 2011-06-20 | 1 | -1/+1 |
| * | Fix a problem with the diagnostics of invalid arithmetic with function | Chandler Carruth | 2011-06-20 | 1 | -1/+1 |
| * | Move away from the poor "abstraction" I added to Type. John argued | Chandler Carruth | 2011-06-20 | 1 | -8/+20 |
| * | Add test cases for false positives on -Wnull-arithmetic from Richard | Chandler Carruth | 2011-06-19 | 1 | -0/+11 |
| * | Put the new warning from revision 133196 on NULL arithmetic behind the flag -... | Richard Trieu | 2011-06-17 | 1 | -1/+1 |
| * | Add a new warning when a NULL constant is used in arithmetic operations. The... | Richard Trieu | 2011-06-16 | 1 | -0/+70 |

