From d24e9eb9d2a692573bc78d0e4420720bc9216c20 Mon Sep 17 00:00:00 2001 From: Jonas Devlieghere Date: Thu, 15 Aug 2019 03:59:30 +0000 Subject: [NFC] Update doc comment to fix warning. This fixes the warning: parameter 'EnableNullFPSuppression' not found in the function declaration [-Wdocumentation] llvm-svn: 368954 --- .../include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h | 2 -- 1 file changed, 2 deletions(-) diff --git a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h b/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h index 9069270..8488a88 100644 --- a/clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h +++ b/clang/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 -- cgit v1.1