Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d2f8ba0b3de0510cb7f828b0695a735b0ff3e69f
/
clang
/
lib
/
Checker
/
CheckSizeofPointer.cpp
6296e09
Move 'LocalCheckers.h' to the 'Checkers' subdirectory.
by Ted Kremenek
· 16 years ago
fe0fc40
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter'
by Ted Kremenek
· 16 years ago
d6b8708
Split libAnalysis into two libraries: libAnalysis and libChecker.
by Ted Kremenek
· 16 years ago
[Renamed (95%) from clang/lib/Analysis/CheckSizeofPointer.cpp]
65c6566
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
by Kovarththanan Rajaratnam
· 16 years ago
f966722
Ignore parentheses when check the type of the expr.
by Zhongxing Xu
· 16 years ago
537db5d
SizeofPointerChecker: Many false positives have the form 'sizeof *p'.
by Zhongxing Xu
· 16 years ago
456706c
Now we can safely use the argument expression's source range.
by Zhongxing Xu
· 16 years ago
9a7448c
SizeofPointerChecker: If an explicit type specifier is used, do not issue warnings.
by Zhongxing Xu
· 16 years ago
77c470e
Use the source range of the whole sizeof expression, otherwise it crashes when
by Zhongxing Xu
· 16 years ago
8500020
Put all long strings in 80-col.
by Zhongxing Xu
· 16 years ago
0f92ec6
Add a test case for CWE-467, and simplify the wording of the warning.
by Zhongxing Xu
· 16 years ago
b0a05f7c
Add a checker for CWE-467: Use of sizeof() on a Pointer Type.
by Zhongxing Xu
· 16 years ago