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