diff options
author | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-15 03:59:30 +0000 |
---|---|---|
committer | Jonas Devlieghere <jonas@devlieghere.com> | 2019-08-15 03:59:30 +0000 |
commit | d24e9eb9d2a692573bc78d0e4420720bc9216c20 (patch) | |
tree | b4564755c1153ba38394985ee2ad7dbddbb5c491 | |
parent | ed3b6d1bb22786fbda1a2fadfb8bb20da7b887b6 (diff) | |
download | llvm-d24e9eb9d2a692573bc78d0e4420720bc9216c20.zip llvm-d24e9eb9d2a692573bc78d0e4420720bc9216c20.tar.gz llvm-d24e9eb9d2a692573bc78d0e4420720bc9216c20.tar.bz2 |
[NFC] Update doc comment to fix warning.
This fixes the warning: parameter 'EnableNullFPSuppression' not found in
the function declaration [-Wdocumentation]
llvm-svn: 368954
-rw-r--r-- | clang/include/clang/StaticAnalyzer/Core/BugReporter/BugReporterVisitors.h | 2 |
1 files changed, 0 insertions, 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 |