Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
52e4c60e31fee851e2988f7909aebf488e57fc12
/
lib
/
StaticAnalyzer
/
Checkers
/
PointerSubChecker.cpp
5eca482
[analyzer] Make the entries in 'Environment' context-sensitive by making entries map from
by Ted Kremenek
· 13 years ago
0bd6b11
[analyzer] Rename generateNode -> addTransition in CheckerContext
by Anna Zaks
· 13 years ago
e172e8b
Remove EnhancedBugReport and RangedBugReport - pull all the extra functionality they provided into their parent BugReport. The only functional changes are: made getRanges() non const - it adds default range to Ranges if none are supplied, made getStmt() private, which was another FIXME.
by Anna Zaks
· 13 years ago
18c66fd
Rename GRState to ProgramState, and cleanup some code formatting along the way.
by Ted Kremenek
· 13 years ago
ec8605f
[analyzer] Rename CheckerV2 -> Checker.
by Argyrios Kyrtzidis
· 14 years ago
983326f
[analyzer] Migrate to CheckerV2:
by Argyrios Kyrtzidis
· 14 years ago
695fb50
[analyzer] Pass CheckerManager to the registration functions.
by Argyrios Kyrtzidis
· 14 years ago
23ade50
[analyzer] Use the new registration mechanism on some of the experimental internal checkers:
by Argyrios Kyrtzidis
· 14 years ago
9b66371
Split 'include/clang/StaticAnalyzer' into 'include/clang/StaticAnalyzer/Core' and 'include/clang/StaticAnalyzer/Checkers'.
by Ted Kremenek
· 14 years ago
04291a7
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineInternalChecks.h -> lib/StaticAnalyzer/Checkers/InternalChecks.h
by Argyrios Kyrtzidis
· 14 years ago
2114258
Chris Lattner has strong opinions about directory layout. :)
by Ted Kremenek
· 14 years ago
[Renamed (94%) from lib/EntoSA/Checkers/PointerSubChecker.cpp]
3a8f40e
Rename headers: 'clang/GR' 'clang/EntoSA' and update Makefile.
by Ted Kremenek
· 14 years ago
[Renamed (95%) from lib/GR/Checkers/PointerSubChecker.cpp]
9ef6537
Rename static analyzer namespace 'GR' to 'ento'.
by Ted Kremenek
· 14 years ago
d2592a3
[analyzer] Refactoring: Drop the 'GR' prefix.
by Argyrios Kyrtzidis
· 14 years ago
5a4f98f
[analyzer] Refactoring: Move stuff into namespace 'GR'.
by Argyrios Kyrtzidis
· 14 years ago
a7af5ea
[analyzer] Refactoring: Move checkers into lib/GR/Checkers and their own library, libclangGRCheckers
by Argyrios Kyrtzidis
· 14 years ago
[Renamed from lib/GR/PointerSubChecker.cpp]
bce30c5
[analyzer] Refactoring: lib/Checker -> lib/GR and libclangChecker -> libclangGRCore
by Argyrios Kyrtzidis
· 14 years ago
[Renamed from lib/Checker/PointerSubChecker.cpp]
98cabba
[analyzer] Refactoring: include/clang/Checker -> include/clang/GR
by Argyrios Kyrtzidis
· 14 years ago
d048c6e
Rename 'Generate[Node,Sink]' to 'generate[Node,Sink]'.
by Ted Kremenek
· 14 years ago
2de56d1
GCC didn't care for my attempt at API compatibility, so brute-force everything
by John McCall
· 14 years ago
5e2d2c2
Checker: random include cleanup.
by Benjamin Kramer
· 15 years ago
1397663
Revert 95541.
by Ted Kremenek
· 15 years ago
6f8c430
Rename: GRState::getSVal(Stmt*) => getExprVal(),
by Zhongxing Xu
· 15 years ago
1309f9a
Split libAnalysis into two libraries: libAnalysis and libChecker.
by Ted Kremenek
· 15 years ago
[Renamed (97%) from lib/Analysis/PointerSubChecker.cpp]
ba5fb5a
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
by Kovarththanan Rajaratnam
· 15 years ago
19d67b5
Clean up the Checker API a little more, resolving some hidden bugs
by Ted Kremenek
· 15 years ago
d02e232
Change *BugReport constructors to take StringRefs.
by Benjamin Kramer
· 15 years ago
adca271
Refine PointerSubChecker: compare the base region instead of the original
by Zhongxing Xu
· 15 years ago
dfed7a1
Put all long strings in 80-col.
by Zhongxing Xu
· 15 years ago
3ce2dc3
Add checker for CWE-469: Use of Pointer Subtraction to Determine Size. This
by Zhongxing Xu
· 15 years ago