aboutsummaryrefslogtreecommitdiff
path: root/lib/StaticAnalyzer/Core/RegionStore.cpp
diff options
context:
space:
mode:
authorTed Kremenek <kremenek@apple.com>2012-08-22 23:50:41 +0000
committerTed Kremenek <kremenek@apple.com>2012-08-22 23:50:41 +0000
commitad0fe03b897f9486191e75c8d90c3ffa9b4fd6a5 (patch)
tree1d1b496f7048cdd349e0034f31d7bcab5ea0a816 /lib/StaticAnalyzer/Core/RegionStore.cpp
parent6e97be719edb4e3b9ac15353e79c60406b3dc429 (diff)
Fix an assortment of doxygen comment issues found by -Wdocumentation.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@162412 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/StaticAnalyzer/Core/RegionStore.cpp')
-rw-r--r--lib/StaticAnalyzer/Core/RegionStore.cpp8
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();