aboutsummaryrefslogtreecommitdiff
path: root/lib/Analysis/SimpleSValuator.cpp
AgeCommit message (Expand)Author
2010-01-25Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek
2010-01-11Switch RegionStore over to using <BaseRegion+raw offset> to storeTed Kremenek
2009-11-28lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam
2009-10-17Fix another static analyzer crash due to a corner case in "folding" symbolic ...Ted Kremenek
2009-10-16Fix static analyzer crash due to recently add symbolic-value constant folding...Ted Kremenek
2009-10-06Fix crash introduced by r83358 where a symbol could be eagerlyTed Kremenek
2009-10-06Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer whenTed Kremenek
2009-09-25Fix <rdar://problem/7249327> by allowing silent conversions between signed an...Ted Kremenek
2009-09-11Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a wayTed Kremenek
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-21Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCastTed Kremenek
2009-07-21RegionStore:Ted Kremenek
2009-07-20Enhance SimpleSValuator to handle nonloc::LocAsInteger -> location casts.Ted Kremenek
2009-07-16Move RegionStoreManager over to using newTed Kremenek
2009-07-13Enhance SimpleSValuator::EvalBinOpNN to recognize the trivial caseTed Kremenek
2009-06-26Unbreak build.Ted Kremenek