Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
d99bd55a5e092774214ba31fc5a871bfc31e711c
/
clang
/
lib
/
StaticAnalyzer
/
Checkers
/
CheckSizeofPointer.cpp
d99bd55
Chris Lattner has strong opinions about directory layout. :)
by Ted Kremenek
· 15 years ago
[Renamed (94%) from clang/lib/EntoSA/Checkers/CheckSizeofPointer.cpp]
ef33f09
Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile.
by Ted Kremenek
· 15 years ago
[Renamed (95%) from clang/lib/GR/Checkers/CheckSizeofPointer.cpp]
98857c9
Rename static analyzer namespace 'GR' to 'ento'.
by Ted Kremenek
· 15 years ago
ca08fba
[analyzer] Refactoring: Move stuff into namespace 'GR'.
by Argyrios Kyrtzidis
· 15 years ago
a700e97
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers
by Argyrios Kyrtzidis
· 15 years ago
[Renamed from clang/lib/GR/CheckSizeofPointer.cpp]
2ff5ab1
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore
by Argyrios Kyrtzidis
· 15 years ago
[Renamed from clang/lib/Checker/CheckSizeofPointer.cpp]
8d602a8
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
by Argyrios Kyrtzidis
· 15 years ago
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