summaryrefslogtreecommitdiffstats
path: root/clang/lib/Analysis/RegionStore.cpp
Commit message (Expand)AuthorAgeFilesLines
...
* Add FIXME comment.Ted Kremenek2009-09-271-0/+4
* Fix:Ted Kremenek2009-09-271-52/+81
* Fix crash in RegionStoreManager::Bind() by using 'getAs<PointerType>()' inste...Ted Kremenek2009-09-241-1/+1
* Fix: <rdar://problem/7249340> [RegionStore] model stores to symbolic paramete...Ted Kremenek2009-09-241-6/+22
* Fix: <rdar://problem/7242006> [RegionStore] compound literal assignment with ...Ted Kremenek2009-09-221-4/+5
* Change all the Type::getAsFoo() methods to specializations of Type::getAs().John McCall2009-09-211-1/+1
* Provide intermediate solution to handling assignments to structs via anTed Kremenek2009-09-211-0/+4
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-091-252/+252
* Fix buffer overflow reported in PR 4903.Ted Kremenek2009-09-051-5/+8
* Handle pointer arithmetic in RegionStoreManager involving Objective-C pointersTed Kremenek2009-08-251-2/+8
* Fix crash reported in <rdar://problem/7124210> by "back-porting" some of theTed Kremenek2009-08-251-14/+0
* Remove 'SelfRegion' field from both BasicStoreManager and RegionStoreManager.Ted Kremenek2009-08-211-36/+3
* Add LocationContext* field to VarRegion. This is needed for interprocedural ...Ted Kremenek2009-08-211-12/+18
* Eagerly bind 'self' to SelfRegion. Thus we do not need to get code decl fromZhongxing Xu2009-08-211-19/+25
* To make the analysis independent on the locally stored liveness and cfgZhongxing Xu2009-08-171-1/+3
* Fix a few more false positives involving RegionStore and unions, but this timeTed Kremenek2009-08-061-85/+55
* Fix a couple false positive "uninitialized value" warnings with RegionStoreTed Kremenek2009-08-061-1/+22
* I have a dream, one day, we won't need to do this.Mike Stump2009-08-061-0/+1
* Refactor RegionStoreManager::RemoveDeadBindings to also scan the bindings of ...Ted Kremenek2009-08-061-93/+154
* Remove unimplemented methods 'AddRegionView' and 'RemoveRegionView'. They ar...Ted Kremenek2009-08-061-10/+0
* Completely remove the code using region cast.Zhongxing Xu2009-08-061-59/+0
* Implement lazy "copying" of structures and arrays in RegionStore. WhileTed Kremenek2009-08-061-37/+168
* Use feedback from RegionStoreSubRegionMap::add() to prune off adding a superTed Kremenek2009-08-051-7/+11
* Fix a bug in RegionStoreSubRegionManager::add() where multiple subregions wou...Ted Kremenek2009-08-051-2/+4
* Handle disgusting corner case where a byte is loaded from the address of a fu...Ted Kremenek2009-08-031-1/+3
* Remove RegionViews and RegionCasts. These are no longer used.Ted Kremenek2009-08-021-135/+4
* RegionStoreManager::RemoveDeadBindings() now removes dead 'default' bindings ...Ted Kremenek2009-08-021-2/+32
* Generalize the interface of 'StoreManager::RemoveDeadBindings()' to manipulat...Ted Kremenek2009-08-021-7/+8
* This is a fairly large patch, which resulted from a cascade of changesTed Kremenek2009-08-011-115/+231
* Change uses of:Ted Kremenek2009-07-291-11/+11
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-9/+1
* Make StoreManager::InvalidateRegion() virtual, move the current implementationTed Kremenek2009-07-291-0/+100
* Temporarily disable most use of region casts in RegionStoreManager,Ted Kremenek2009-07-221-8/+32
* Fix PR 4594 by refactoring almost all casting logic from GRExprEngine::VisitCastTed Kremenek2009-07-211-29/+27
* RegionStore:Ted Kremenek2009-07-211-11/+35
* Enhanced IsReinterpreted() (RegionStore.cpp) to reason about higher-orderTed Kremenek2009-07-201-13/+48
* Per offline discussion with Steve Naroff, add back Type::getAsXXXType() methodsTed Kremenek2009-07-171-8/+8
* Replaced Type::getAsLValueReferenceType(), Type::getAsRValueReferenceType(), ...Ted Kremenek2009-07-171-1/+1
* Add member template 'Type::getAs<T>', which converts a Type* to a respective T*.Ted Kremenek2009-07-161-7/+7
* Move RegionStoreManager over to using newTed Kremenek2009-07-161-61/+28
* Use utility method to create 0-index into ElementRegion.Ted Kremenek2009-07-161-2/+2
* Enhance RegionStore's reasoning about Objective-C ivars. More testing to fol...Ted Kremenek2009-07-151-16/+40
* Use utility method.Zhongxing Xu2009-07-151-1/+1
* Relax assertion.Ted Kremenek2009-07-151-1/+2
* More test cases revealed that the logic in StoreManager::InvalidateRegion() n...Ted Kremenek2009-07-151-4/+24
* Enhance RegionStoreManager to handle 'Retrieve's from SymbolicRegions. We do...Ted Kremenek2009-07-141-2/+8
* Instead of recovering from a wrong invalidation, this patch aims to Zhongxing Xu2009-07-141-0/+32
* Tidy pretty-printing for SVals, using 'dump()' instead of 'printStdErr()', an...Ted Kremenek2009-07-131-4/+2
* Change pretty-printing API for SymExprs and MemRegions to use a naming conven...Ted Kremenek2009-07-131-1/+1
* Restructure RegionStoreManager::EvalBinOp() as a switch dispatch over differentTed Kremenek2009-07-111-33/+59
OpenPOWER on IntegriCloud