summaryrefslogtreecommitdiff
path: root/test/SemaCXX/null_in_arithmetic_ops.cpp
AgeCommit message (Expand)Author
2016-10-21DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith
2016-10-21Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin
2016-10-21DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith
2014-02-26PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu
2012-11-08PR14284: crash on ext-valid returning NULL from a void functionDavid Blaikie
2012-03-02Add -Wstring-plus-int, which warns on "str" + int and int + "str".Nico Weber
2011-08-11The current warning in -Wnull-arithmetic for comparisons between NULL and non...Richard Trieu
2011-06-27Factor out (some of) the checking for invalid forms of pointerChandler Carruth
2011-06-20Use an explicitly 64-bit triple flag to ensure we can easily verify theChandler Carruth
2011-06-20Fix a problem with the diagnostics of invalid arithmetic with functionChandler Carruth
2011-06-20Move away from the poor "abstraction" I added to Type. John arguedChandler Carruth
2011-06-19Add test cases for false positives on -Wnull-arithmetic from RichardChandler Carruth
2011-06-17Put the new warning from revision 133196 on NULL arithmetic behind the flag -...Richard Trieu
2011-06-16Add a new warning when a NULL constant is used in arithmetic operations. The...Richard Trieu