]> granicus.if.org Git - clang/commitdiff
Fix Wdocumentation warning. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 30 May 2019 10:44:36 +0000 (10:44 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 30 May 2019 10:44:36 +0000 (10:44 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@362085 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/StaticAnalyzer/Core/CheckerManager.h

index 532b908df32dd2fc0a8ccdde53cb2f4136f24121..98c69039efd1f6e3d61f9668f5990dd5866b5de9 100644 (file)
@@ -410,7 +410,6 @@ public:
   /// \param Out   The output stream
   /// \param State The state being printed
   /// \param NL    The preferred representation of a newline.
-  /// \param Sep   The preferred separator between different messages.
   /// \param Space The preferred space between the left side and the message.
   /// \param IsDot Whether the message will be printed in 'dot' format.
   void runCheckersForPrintStateJson(raw_ostream &Out, ProgramStateRef State,