summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2013-09-25 08:17:20 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2013-09-25 08:17:20 +0000
commit64b1292bc244fc04f538633bb7a8f5db8cfdb40e (patch)
tree8a00863bccaa52c9a13c4bb38ed102e6256cda21 /clang/lib/StaticAnalyzer/Core/RegionStore.cpp
parentdda3591f4819cf890efca9d9466940b7e2dd3b70 (diff)
downloadbcm5719-llvm-64b1292bc244fc04f538633bb7a8f5db8cfdb40e.tar.gz
bcm5719-llvm-64b1292bc244fc04f538633bb7a8f5db8cfdb40e.zip
StaticAnalyzer/Core/RegionStore.cpp: Prune one last "\param IsConst", as fixup to r191342. [-Wdocumentation]
llvm-svn: 191360
Diffstat (limited to 'clang/lib/StaticAnalyzer/Core/RegionStore.cpp')
-rw-r--r--clang/lib/StaticAnalyzer/Core/RegionStore.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/clang/lib/StaticAnalyzer/Core/RegionStore.cpp b/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
index bc998d80ec1..3cf1e5acde9 100644
--- a/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
+++ b/clang/lib/StaticAnalyzer/Core/RegionStore.cpp
@@ -962,8 +962,6 @@ public:
: ClusterAnalysis<invalidateRegionsWorker>(rm, stateMgr, b, GFK),
Ex(ex), Count(count), LCtx(lctx), IS(is), ITraits(ITraitsIn), Regions(r){}
- /// \param IsConst Specifies if the region we are invalidating is constant.
- /// If it is, we invalidate all subregions, but not the base region itself.
void VisitCluster(const MemRegion *baseR, const ClusterBindings *C);
void VisitBinding(SVal V);
};
OpenPOWER on IntegriCloud