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
/
lib
/
Analysis
/
CheckSizeofPointer.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-71
/
+0
*
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-11-28
1
-2
/
+1
*
Ignore parentheses when check the type of the expr.
Zhongxing Xu
2009-11-10
1
-1
/
+1
*
SizeofPointerChecker: Many false positives have the form 'sizeof *p'.
Zhongxing Xu
2009-11-10
1
-1
/
+9
*
Now we can safely use the argument expression's source range.
Zhongxing Xu
2009-11-10
1
-1
/
+1
*
SizeofPointerChecker: If an explicit type specifier is used, do not issue war...
Zhongxing Xu
2009-11-10
1
-0
/
+5
*
Use the source range of the whole sizeof expression, otherwise it crashes when
Zhongxing Xu
2009-11-10
1
-1
/
+1
*
Put all long strings in 80-col.
Zhongxing Xu
2009-11-09
1
-1
/
+2
*
Add a test case for CWE-467, and simplify the wording of the warning.
Zhongxing Xu
2009-11-09
1
-1
/
+1
*
Add a checker for CWE-467: Use of sizeof() on a Pointer Type.
Zhongxing Xu
2009-11-08
1
-0
/
+58