Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
083128f6b13dfa4fc615a838c49b516d901b1ac0
/
lib
/
Analysis
/
CheckSizeofPointer.cpp
b6aa69a
Ignore parentheses when check the type of the expr.
by Zhongxing Xu
· 16 years ago
37e9c47
SizeofPointerChecker: Many false positives have the form 'sizeof *p'.
by Zhongxing Xu
· 16 years ago
cbe091f
Now we can safely use the argument expression's source range.
by Zhongxing Xu
· 16 years ago
52cb277
SizeofPointerChecker: If an explicit type specifier is used, do not issue warnings.
by Zhongxing Xu
· 16 years ago
572ea26
Use the source range of the whole sizeof expression, otherwise it crashes when
by Zhongxing Xu
· 16 years ago
dfed7a1
Put all long strings in 80-col.
by Zhongxing Xu
· 16 years ago
c24e9f3
Add a test case for CWE-467, and simplify the wording of the warning.
by Zhongxing Xu
· 16 years ago
28a109f
Add a checker for CWE-467: Use of sizeof() on a Pointer Type.
by Zhongxing Xu
· 16 years ago