diff options
Diffstat (limited to 'lib/StaticAnalyzer/Core/RegionStore.cpp')
-rw-r--r-- | lib/StaticAnalyzer/Core/RegionStore.cpp | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/lib/StaticAnalyzer/Core/RegionStore.cpp b/lib/StaticAnalyzer/Core/RegionStore.cpp index 8af92ed882..b3cf208000 100644 --- a/lib/StaticAnalyzer/Core/RegionStore.cpp +++ b/lib/StaticAnalyzer/Core/RegionStore.cpp @@ -293,11 +293,9 @@ public: // Part of public interface to class. StoreRef BindAggregate(Store store, const TypedRegion *R, SVal DefaultVal); /// \brief Create a new store with the specified binding removed. - /// - /// \brief \param ST the original store, that is the basis for the new store. - /// - /// \brief \param L the location whose binding should be removed. - StoreRef killBinding(Store ST, Loc LV); + /// \param ST the original store, that is the basis for the new store. + /// \param L the location whose binding should be removed. + StoreRef killBinding(Store ST, Loc L); void incrementReferenceCount(Store store) { GetRegionBindings(store).manualRetain(); |