summaryrefslogtreecommitdiff
path: root/test/SemaCXX/nullptr_in_arithmetic_ops.cpp
Commit message (Expand)AuthorAgeFilesLines
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-4/+4
* Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...Renato Golin2016-10-211-4/+4
* DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.Richard Smith2016-10-211-4/+4
* PR16074, implement warnings to catch pointer to boolean true and pointer toRichard Trieu2014-02-261-1/+1
* Update all tests other than Driver/std.cpp to use -std=c++11 rather thanRichard Smith2011-10-131-1/+1
* Add test cases for false positives on -Wnull-arithmetic from RichardChandler Carruth2011-06-191-3/+11
* Add a new warning when a NULL constant is used in arithmetic operations. The...Richard Trieu2011-06-161-0/+65