summaryrefslogtreecommitdiff
path: root/test/SemaCXX/null_in_arithmetic_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-2/+2
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-2/+2
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-2/+2
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-261-1/+1
* PR14284: crash on ext-valid returning NULL from a void functionDavid Blaikie2012-11-081-0/+2
* Add -Wstring-plus-int, which warns on "str" + int and int + "str".Nico Weber2012-03-021-1/+1
* The current warning in -Wnull-arithmetic for comparisons between NULL and non...Richard Trieu2011-08-111-7/+7
* Factor out (some of) the checking for invalid forms of pointerChandler Carruth2011-06-271-1/+1
* Use an explicitly 64-bit triple flag to ensure we can easily verify theChandler Carruth2011-06-201-1/+1
* Fix a problem with the diagnostics of invalid arithmetic with functionChandler Carruth2011-06-201-1/+1
* Move away from the poor "abstraction" I added to Type. John arguedChandler Carruth2011-06-201-8/+20
* Add test cases for false positives on -Wnull-arithmetic from RichardChandler Carruth2011-06-191-0/+11
* Put the new warning from revision 133196 on NULL arithmetic behind the flag -...Richard Trieu2011-06-171-1/+1
* Add a new warning when a NULL constant is used in arithmetic operations. The...Richard Trieu2011-06-161-0/+70