]> granicus.if.org Git - clang/commitdiff
Documentation cleanup: Add missing parameter name to a \param command
authorJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:52:50 +0000 (03:52 +0000)
committerJames Dennett <jdennett@google.com>
Sun, 17 Jun 2012 03:52:50 +0000 (03:52 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@158621 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/CheckerManager.h

index 252d36d69be6de5332cbc5ad1f7a1e8a06704189..b9d6a32918510e9c3f7cd50a43286f071c94d6ad 100644 (file)
@@ -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<const MemRegion *> ExplicitRegions,