Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
0f399961a54665cf583ca9835ce01d7719d8eb1d
/
lib
/
Checker
/
ArrayBoundChecker.cpp
6b67630
Move BugReporter.h, PathDiagnostic.h, and BugType.h to 'include/Checker/BugReporter'
by Ted Kremenek
· 15 years ago
1309f9a
Split libAnalysis into two libraries: libAnalysis and libChecker.
by Ted Kremenek
· 15 years ago
[Renamed (93%) from lib/Analysis/ArrayBoundChecker.cpp]
3ed04d3
Add support for computing size in elements for symbolic regions obtained from
by Zhongxing Xu
· 15 years ago
ba5fb5a
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
by Kovarththanan Rajaratnam
· 15 years ago
c312076
After performing a bounds check in ArrayBoundChecker, record the fact that a bounds check succeeded by transitioning the ExplodedGraph.
by Ted Kremenek
· 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
e884ff8
Make StoreManager::getSizeInElements() always return DefinedOrUnknownSVal.
by Zhongxing Xu
· 15 years ago
58e689f
Reimplement out-of-bound array access checker with the new checker interface.
by Zhongxing Xu
· 15 years ago