From: James Dennett Date: Sun, 17 Jun 2012 03:52:50 +0000 (+0000) Subject: Documentation cleanup: Add missing parameter name to a \param command X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7c0d2a366d2810e711f9c6ced8cbd923b9fc823a;p=clang Documentation cleanup: Add missing parameter name to a \param command git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158621 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/CheckerManager.h b/include/clang/StaticAnalyzer/Core/CheckerManager.h index 252d36d69b..b9d6a32918 100644 --- a/include/clang/StaticAnalyzer/Core/CheckerManager.h +++ b/include/clang/StaticAnalyzer/Core/CheckerManager.h @@ -287,9 +287,9 @@ public: /// For example, in the case of a function call, these would be arguments. /// \param Regions The transitive closure of accessible regions, /// i.e. all regions that may have been touched by this change. - /// \param The call expression wrapper if the regions are invalidated by a - /// call. - ProgramStateRef + /// \param Call The call expression wrapper if the regions are invalidated + /// by a call. + ProgramStateRef runCheckersForRegionChanges(ProgramStateRef state, const StoreManager::InvalidatedSymbols *invalidated, ArrayRef ExplicitRegions,