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
/
SimpleSValuator.cpp
Age
Commit message (
Expand
)
Author
2010-01-25
Split libAnalysis into two libraries: libAnalysis and libChecker.
Ted Kremenek
2010-01-11
Switch RegionStore over to using <BaseRegion+raw offset> to store
Ted Kremenek
2009-11-28
lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespace
Kovarththanan Rajaratnam
2009-10-17
Fix another static analyzer crash due to a corner case in "folding" symbolic ...
Ted Kremenek
2009-10-16
Fix static analyzer crash due to recently add symbolic-value constant folding...
Ted Kremenek
2009-10-06
Fix crash introduced by r83358 where a symbol could be eagerly
Ted Kremenek
2009-10-06
Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer when
Ted Kremenek
2009-09-25
Fix <rdar://problem/7249327> by allowing silent conversions between signed an...
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-07-21
Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCast
Ted Kremenek
2009-07-21
RegionStore:
Ted Kremenek
2009-07-20
Enhance SimpleSValuator to handle nonloc::LocAsInteger -> location casts.
Ted Kremenek
2009-07-16
Move RegionStoreManager over to using new
Ted Kremenek
2009-07-13
Enhance SimpleSValuator::EvalBinOpNN to recognize the trivial case
Ted Kremenek
2009-06-26
Unbreak build.
Ted Kremenek