index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
include
/
clang
/
Analysis
/
PathSensitive
/
SVals.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-25
1
-499
/
+0
*
Remove ';' after method definition. Noticed by clang++, which one would think
Daniel Dunbar
2009-12-19
1
-1
/
+1
*
Add (initial?) static analyzer support for handling C++ references.
Ted Kremenek
2009-12-16
1
-1
/
+2
*
Rename: StripCasts describes what it does better.
Zhongxing Xu
2009-11-10
1
-1
/
+1
*
Add checker for CWE-587: Assignment of a Fixed Address to a Pointer.
Zhongxing Xu
2009-11-09
1
-0
/
+2
*
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
Ted Kremenek
2009-09-11
1
-10
/
+38
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-80
/
+80
*
ConstraintManager::AssumeDual now accepts a 'DefinedSVal' instead of 'SVal' for
Ted Kremenek
2009-08-24
1
-1
/
+1
*
Introduce 'DefinedSVal', an intermediate parent class between Loc/NonLoc and
Ted Kremenek
2009-08-24
1
-5
/
+16
*
Refactor RegionStoreManager::RemoveDeadBindings to also scan the bindings of ...
Ted Kremenek
2009-08-06
1
-0
/
+3
*
Implement lazy "copying" of structures and arrays in RegionStore. While
Ted Kremenek
2009-08-06
1
-1
/
+22
*
Add 'MemRegion::getBaseRegion()', a utility method to strip ElementRegions with
Ted Kremenek
2009-07-29
1
-0
/
+2
*
Introduce Type::isAnyPointerType() and convert all clients (suggested by Chris).
Steve Naroff
2009-07-14
1
-2
/
+1
*
Tidy pretty-printing for SVals, using 'dump()' instead of 'printStdErr()', an...
Ted Kremenek
2009-07-13
1
-5
/
+16
*
This patch includes a conceptually simple, but very intrusive/pervasive change.
Steve Naroff
2009-07-10
1
-1
/
+1
*
add utility method.
Zhongxing Xu
2009-06-30
1
-0
/
+2
*
Introduce a new concept to the static analyzer: SValuator.
Ted Kremenek
2009-06-26
1
-3
/
+3
*
Remove uses of std::ostream from libAnalysis.
Ted Kremenek
2009-06-24
1
-1
/
+0
*
Move all factory methods from SVal to ValueManager. API cleanup!
Zhongxing Xu
2009-06-23
1
-31
/
+4
*
Move clients over from using GRStateManager::BindXXX and friends to
Ted Kremenek
2009-06-18
1
-2
/
+2
*
Add logic for invalidating array region to CFRefCount.cpp. When invalidating
Zhongxing Xu
2009-05-12
1
-0
/
+3
*
Remove loc::FuncVal.
Zhongxing Xu
2009-04-20
1
-28
/
+1
*
get a CodeTextRegion when visiting FunctionDecl reference.
Zhongxing Xu
2009-04-20
1
-0
/
+5
*
Move a few more NonLoc static functions to ValueManager.
Ted Kremenek
2009-04-10
1
-9
/
+0
*
Finally nuke loc::SymbolVal.
Zhongxing Xu
2009-04-10
1
-18
/
+1
*
- Move ownership of MemRegionManager into ValueManager.
Ted Kremenek
2009-04-09
1
-9
/
+0
*
Remove SVal::MakeZero and replace it with ValueManager::makeZeroVal.
Ted Kremenek
2009-04-09
1
-2
/
+0
*
stop using loc::SymbolVal and clean up code with new API.
Zhongxing Xu
2009-04-09
1
-2
/
+0
*
Add a new method because sometimes the type of the conjured symbol is not the
Zhongxing Xu
2009-04-09
1
-0
/
+2
*
Create a symbolic region instead of a loc::SymbolVal. This is a continued step
Zhongxing Xu
2009-04-09
1
-2
/
+2
*
Enhance analyzer reasoning about sending messages to nil. A nil receiver ret...
Ted Kremenek
2009-04-08
1
-5
/
+5
*
This is the first step to gradually remove the use of loc::SymbolVal. Now
Zhongxing Xu
2009-04-03
1
-1
/
+3
*
Remove dead code.
Ted Kremenek
2009-03-30
1
-4
/
+7
*
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-26
1
-57
/
+44
*
This patch adds two more SymbolData subclasses: SymIntExpr and SymSymExpr, for
Zhongxing Xu
2009-03-25
1
-0
/
+6
*
GRExprEngine:
Ted Kremenek
2009-03-20
1
-0
/
+3
*
Rework use of loc::SymbolVal in the retain/release checker to use the new method
Ted Kremenek
2009-03-03
1
-7
/
+15
*
Fix a couple bugs:
Ted Kremenek
2009-01-30
1
-2
/
+2
*
Static analyzer: Remove a bunch of outdated SymbolData objects and
Ted Kremenek
2009-01-22
1
-11
/
+3
*
Lazy bingding for region-store manager.
Zhongxing Xu
2008-12-20
1
-1
/
+11
*
Add utility method. Remove an unused method.
Zhongxing Xu
2008-12-09
1
-2
/
+2
*
Change the implementation of symbol_iterator to not use a union and rely on a...
Ted Kremenek
2008-12-05
1
-11
/
+11
*
Rename SymbolID to SymbolRef. This is a precursor to some overhauling of the...
Ted Kremenek
2008-12-05
1
-9
/
+9
*
Add utility methods.
Zhongxing Xu
2008-11-24
1
-0
/
+5
*
Add getSize() support for StringRegion.
Zhongxing Xu
2008-11-24
1
-0
/
+4
*
Initial support for checking out of bound memory access. Only support
Zhongxing Xu
2008-11-22
1
-0
/
+3
*
Add SymbolData for array elements and struct fields.
Zhongxing Xu
2008-11-19
1
-0
/
+4
*
Pretty-printing for SVals now mainly uses llvm::raw_ostream. We have an adap...
Ted Kremenek
2008-10-30
1
-2
/
+0
*
Added iterators to nonloc::CompoundSVal.
Ted Kremenek
2008-10-30
1
-1
/
+5
*
CompoundVal now uses an ImmutableList<SVal> to store its set of SVals. This ...
Ted Kremenek
2008-10-30
1
-7
/
+7
[next]