[clang] ae69164 - Fix unknown parameter Wdocumentation warning. NFC.
    Simon Pilgrim via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Thu Aug 19 07:44:40 PDT 2021
    
    
  
Author: Simon Pilgrim
Date: 2021-08-19T15:40:10+01:00
New Revision: ae691648b47091313a5c2f964800d53e60b635ea
URL: https://github.com/llvm/llvm-project/commit/ae691648b47091313a5c2f964800d53e60b635ea
DIFF: https://github.com/llvm/llvm-project/commit/ae691648b47091313a5c2f964800d53e60b635ea.diff
LOG: Fix unknown parameter Wdocumentation warning. NFC.
Added: 
    
Modified: 
    clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
Removed: 
    
################################################################################
diff  --git a/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp b/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
index 2c54bffabc43..ecd9b649c4f4 100644
--- a/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
+++ b/clang/lib/StaticAnalyzer/Core/BugReporterVisitors.cpp
@@ -1175,7 +1175,7 @@ class StoreSiteFinder final : public TrackingBugReporterVisitor {
 public:
   /// \param V We're searching for the store where \c R received this value.
   /// \param R The region we're tracking.
-  /// \param TKind May limit the amount of notes added to the bug report.
+  /// \param Options Tracking behavior options.
   /// \param OriginSFC Only adds notes when the last store happened in a
   ///        
diff erent stackframe to this one. Disregarded if the tracking kind
   ///        is thorough.
        
    
    
More information about the cfe-commits
mailing list