index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
SemaCXX
/
null_in_arithmetic_ops.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.
Richard Smith
2016-10-21
1
-2
/
+2
*
Revert "DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' ...
Renato Golin
2016-10-21
1
-2
/
+2
*
DR583, DR1512: Implement a rewrite to C++'s 'composite pointer type' rules.
Richard Smith
2016-10-21
1
-2
/
+2
*
PR16074, implement warnings to catch pointer to boolean true and pointer to
Richard Trieu
2014-02-26
1
-1
/
+1
*
PR14284: crash on ext-valid returning NULL from a void function
David Blaikie
2012-11-08
1
-0
/
+2
*
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