summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/SValuator.cpp
Commit message (Expand)AuthorAgeFilesLines
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-164/+0
* Fix pr6035.Zhongxing Xu2010-01-141-0/+3
* Revert r92318. Instead fix the analyzer: do not call Zhongxing Xu2010-01-051-2/+3
* Fix PR 5857. When casting from a symbolic region to an integer back to a poi...Ted Kremenek2009-12-231-8/+9
* First part of changes to eliminate problems with cv-qualifiers andDouglas Gregor2009-11-161-2/+1
* Now StoreManager::CastRegion() takes a MemRegion, returns a MemRegion.Zhongxing Xu2009-10-141-9/+6
* Fix: <rdar://problem/7275774> Static analyzer warns about NULL pointer whenTed Kremenek2009-10-061-1/+1
* Introduce "DefinedOrUnknownSVal" into the SVal class hierarchy, providing a wayTed Kremenek2009-09-111-0/+15
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-32/+32
* Move logic of GRExprEngine::EvalBinOp to SValuator::EvalBinOp.Ted Kremenek2009-08-251-0/+29
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-4/+0
* Update for LLVM API change.Owen Anderson2009-07-241-1/+1
* Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCastTed Kremenek2009-07-211-0/+123
OpenPOWER on IntegriCloud