Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
c8e38eb60b88a33ea3042f092bc94acd32d3d5d6
/
clang
/
lib
/
Checker
/
ArrayBoundChecker.cpp
8de0a3d
MemRegion can refer to ASTContext without external help.
by Zhongxing Xu
· 15 years ago
c048322
Checker: random include cleanup.
by Benjamin Kramer
· 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 (93%) from clang/lib/Analysis/ArrayBoundChecker.cpp]
228b0d4
Add support for computing size in elements for symbolic regions obtained from
by Zhongxing Xu
· 16 years ago
65c6566
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
by Kovarththanan Rajaratnam
· 16 years ago
b0c0b08
After performing a bounds check in ArrayBoundChecker, record the fact that a bounds check succeeded by transitioning the ExplodedGraph.
by Ted Kremenek
· 16 years ago
f573515
Clean up the Checker API a little more, resolving some hidden bugs
by Ted Kremenek
· 16 years ago
f4c511b
Change *BugReport constructors to take StringRefs.
by Benjamin Kramer
· 16 years ago
383c273
Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal.
by Zhongxing Xu
· 16 years ago
4f7759a
Reimplement out-of-bound array access checker with the new checker interface.
by Zhongxing Xu
· 16 years ago