summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/SimpleSValuator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-428/+0
* Switch RegionStore over to using <BaseRegion+raw offset> to storeTed Kremenek2010-01-111-4/+4
* lib/Analysis: Remove VISIBILITY_HIDDEN from definitions in anonymous namespaceKovarththanan Rajaratnam2009-11-281-2/+1
* Fix another static analyzer crash due to a corner case in "folding" symbolic ...Ted Kremenek2009-10-171-11/+16
* Fix static analyzer crash due to recently add symbolic-value constant folding...Ted Kremenek2009-10-161-1/+9
* Fix crash introduced by r83358 where a symbol could be eagerlyTed Kremenek2009-10-061-2/+7
* Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer whenTed Kremenek2009-10-061-4/+22
* Fix <rdar://problem/7249327> by allowing silent conversions between signed an...Ted Kremenek2009-09-251-0/+9
* Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a wayTed Kremenek2009-09-111-6/+0
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-44/+44
* Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCastTed Kremenek2009-07-211-2/+4
* RegionStore:Ted Kremenek2009-07-211-2/+20
* Enhance SimpleSValuator to handle nonloc::LocAsInteger -> location casts.Ted Kremenek2009-07-201-3/+8
* Move RegionStoreManager over to using newTed Kremenek2009-07-161-4/+4
* Enhance SimpleSValuator::EvalBinOpNN to recognize the trivial caseTed Kremenek2009-07-131-1/+20
* Unbreak build.Ted Kremenek2009-06-261-0/+346
OpenPOWER on IntegriCloud