From: Jonas Devlieghere Date: Thu, 15 Aug 2019 03:59:30 +0000 (+0000) Subject: [NFC] Update doc comment to fix warning. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=7061b97979f0e3d560178980672b3138c43261af;p=clang [NFC] Update doc comment to fix warning. This fixes the warning: parameter 'EnableNullFPSuppression' not found in the function declaration [-Wdocumentation] git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@368954 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h index 9069270a38..8488a88976 100644 --- a/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h +++ b/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h @@ -143,8 +143,6 @@ public: /// \param V We're searching for the store where \c R received this value. /// \param R The region we're tracking. - /// \param EnableNullFPSuppression Whether we should employ false positive - /// suppression (inlined defensive checks, returned null). /// \param TKind May limit the amount of notes added to the bug report. /// \param OriginSFC Only adds notes when the last store happened in a /// different stackframe to this one. Disregarded if the tracking kind