From: NAKAMURA Takumi Date: Wed, 25 Sep 2013 08:17:20 +0000 (+0000) Subject: StaticAnalyzer/Core/RegionStore.cpp: Prune one last "\param IsConst", as fixup to... X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=eac8c45f0d6528a21e68bf2651c3082d8e44132e;p=clang StaticAnalyzer/Core/RegionStore.cpp: Prune one last "\param IsConst", as fixup to r191342. [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@191360 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/lib/StaticAnalyzer/Core/RegionStore.cpp b/lib/StaticAnalyzer/Core/RegionStore.cpp index bc998d80ec..3cf1e5acde 100644 --- a/lib/StaticAnalyzer/Core/RegionStore.cpp +++ b/lib/StaticAnalyzer/Core/RegionStore.cpp @@ -962,8 +962,6 @@ public: : ClusterAnalysis(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); };