summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/RegionStore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* More GRState* -> Store changes.Zhongxing Xu2010-02-051-6/+4
* Remove unused parameter.Zhongxing Xu2010-02-051-4/+2
* More GRState* -> Store changes.Zhongxing Xu2010-02-051-6/+3
* More GRState* -> Store changes.Zhongxing Xu2010-02-051-111/+92
* More GRState* -> Store changes.Zhongxing Xu2010-02-051-31/+26
* Change LazyCompoundVal to a <Store, MemRegion*> pair. We really don't need toZhongxing Xu2010-02-051-46/+46
* Cast evaluation no longer touch GRState.Zhongxing Xu2010-02-041-3/+2
* Remove stray typo.Ted Kremenek2010-02-041-1/+1
* Now that CastRetrievedVal returns SVal, there is no need to use CastResult.Zhongxing Xu2010-02-041-29/+16
* Fix regression in RegionStore due to recent changes inTed Kremenek2010-02-031-84/+90
* Rework RegionStoreManager's implementation of InvalidateRegions() toTed Kremenek2010-02-031-214/+249
* Remove RegionStoreSubRegionMap::iterator and RegionStoreSubRegionMap::begin_e...Ted Kremenek2010-02-021-26/+28
* Add missing call to Optional<...>.getValue() that was pointed out by Chandler.Ted Kremenek2010-01-271-1/+1
* Teach RegionStore to handle initialization of incomplete arrays in structures...Ted Kremenek2010-01-261-11/+18
* Split libAnalysis into two libraries: libAnalysis and libChecker.Ted Kremenek2010-01-251-0/+2015
OpenPOWER on IntegriCloud