index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
Analysis
/
SValuator.cpp
Age
Commit message (
Expand
)
Author
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-14
Fix pr6035.
Zhongxing Xu
2010-01-05
Revert r92318. Instead fix the analyzer: do not call
Zhongxing Xu
2009-12-23
Fix PR 5857. When casting from a symbolic region to an integer back to a poi...
Ted Kremenek
2009-11-16
First part of changes to eliminate problems with cv-qualifiers and
Douglas Gregor
2009-10-14
Now StoreManager::CastRegion() takes a MemRegion, returns a MemRegion.
Zhongxing Xu
2009-10-06
Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when
Ted Kremenek
2009-09-11
Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a way
Ted Kremenek
2009-09-09
Remove tabs, and whitespace cleanups.
Mike Stump
2009-08-25
Move logic of GRExprEngine::EvalBinOp to SValuator::EvalBinOp.
Ted Kremenek
2009-07-29
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-24
Update for LLVM API change.
Owen Anderson
2009-07-21
Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast
Ted Kremenek