index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Analysis
/
PathSensitive
Age
Commit message (
Expand
)
Author
2009-04-09
analyzer: Introduce a new class, ValueManager, that serves as an aggregate
Ted Kremenek
2009-04-09
stop using loc::SymbolVal and clean up code with new API.
Zhongxing Xu
2009-04-09
Add a new method because sometimes the type of the conjured symbol is not the
Zhongxing Xu
2009-04-09
Create a symbolic region instead of a loc::SymbolVal. This is a continued step
Zhongxing Xu
2009-04-08
Enhance analyzer reasoning about sending messages to nil. A nil receiver ret...
Ted Kremenek
2009-04-08
New static analyzer check by Nikita Zhuk!
Ted Kremenek
2009-04-03
This is the first step to gradually remove the use of loc::SymbolVal. Now
Zhongxing Xu
2009-04-01
Fix: <rdar://problem/6740387>. Sending nil to an object that returns a struct
Ted Kremenek
2009-03-30
Re-apply 68028. The code had drifted enough that the tests would fail without
Ted Kremenek
2009-03-30
Revert 68028.
Ted Kremenek
2009-03-30
Remove dead code.
Ted Kremenek
2009-03-30
Add version of GRExprEngine::AddCheck that registered a GRSimpleAPICheck that
Ted Kremenek
2009-03-30
Make SymbolicRegion untyped.
Zhongxing Xu
2009-03-30
Implement a FIXME.
Zhongxing Xu
2009-03-26
analyzer infrastructure: make a bunch of changes to symbolic expressions that
Ted Kremenek
2009-03-25
This patch adds two more SymbolData subclasses: SymIntExpr and SymSymExpr, for
Zhongxing Xu
2009-03-23
analyzer: Fix embarrassing regression in BasicStore when invalidating struct
Ted Kremenek
2009-03-20
GRExprEngine:
Ted Kremenek
2009-03-20
Allow profiling of "invalid" Symbols.
Ted Kremenek
2009-03-13
Fix typo.
Ted Kremenek
2009-03-13
Fix failure reported by Sebastian of test/Analysis/ptr-arith.c when the target
Ted Kremenek
2009-03-12
Fix crash when using TypedViewRegions and ObjCQualifiedIdTypes (TypedViewRegi...
Ted Kremenek
2009-03-11
Add TypedViewRegion::isBoundable() to indicate whether or not the
Ted Kremenek
2009-03-11
The RValueType of a TypedViewRegion should be the pointee type.
Zhongxing Xu
2009-03-11
Add utility method to BasicValueFactory to convert an APSInt to one of a diff...
Ted Kremenek
2009-03-11
Add accessor method.
Ted Kremenek
2009-03-11
Add accessor method to return a GRStateManager's internal ConstraintManager.
Ted Kremenek
2009-03-11
Added method "canReasonAbout" to ConstraintManager. This method returns true if
Ted Kremenek
2009-03-11
Add some iterators to BugReporter.
Ted Kremenek
2009-03-09
Add member template "MemRegion::getAs<RegionType>" that dynamically casts a
Ted Kremenek
2009-03-05
BasicStore:
Ted Kremenek
2009-03-04
MemRegion:
Ted Kremenek
2009-03-04
Add an optional "tag" to conjured symbols that allows us to distinguish between
Ted Kremenek
2009-03-04
Added the notion of a "boundable region", which is a region that can have a d...
Ted Kremenek
2009-03-04
Add "GetSValAsScalarOrLoc" methods to GRState/GRStateRef that only perform a
Ted Kremenek
2009-03-03
Rework use of loc::SymbolVal in the retain/release checker to use the new method
Ted Kremenek
2009-03-03
Don't use std::auto_ptr with getSubRegionMap().
Ted Kremenek
2009-03-03
Implement FIXME: GRStateManager::scanReachableSymbols now supports scanning M...
Ted Kremenek
2009-03-03
Add StoreManager::getSubRegionMap(). This method returns an opaque mapping f...
Ted Kremenek
2009-03-02
Initial support for pointer arithmetic. Only support concrete indexes and
Zhongxing Xu
2009-03-01
Rename AnonTypedRegion to TypedViewRegion.
Ted Kremenek
2009-02-26
Create a new TypeNodes.def file that enumerates all of the types,
Douglas Gregor
2009-02-25
Fix subtle bug in EvalEagerlyAssume: Check if the previous node was at the sa...
Ted Kremenek
2009-02-25
Add experimental logic in GRExprEngine::EvalEagerlyAssume() to handle
Ted Kremenek
2009-02-25
Implement 'Add' method for GRStatePartialTrait<ImmutableList<T>>.
Ted Kremenek
2009-02-19
Added a new method to GRStmtNodeBuilder to build nodes using an arbitrary
Ted Kremenek
2009-02-19
Implemented simple check in <rdar://problem/6600344>: When the receiver of a
Ted Kremenek
2009-02-18
Hooked up the necessary machinery to allow the retain/release checker reference
Ted Kremenek
2009-02-17
BasicValueFactory: getMinValue/getMaxValue can be applied to any location typ...
Ted Kremenek
2009-02-17
BasicValueFactory: getMaxValue and getMinValue now also handle 'block' pointers.
Ted Kremenek
[prev]
[next]