summaryrefslogtreecommitdiffstats
path: root/clang/lib/Checker/RegionStore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* 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