Fix Wdocumentation warning. NFC.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 15 Jan 2020 12:05:30 +0000 (12:05 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Wed, 15 Jan 2020 12:18:12 +0000 (12:18 +0000)
clang/include/clang/Sema/Sema.h

index 22063cb..47a055f 100644 (file)
@@ -5923,8 +5923,6 @@ public:
   ///
   /// \param OnlyNamespace If true, only considers namespaces in lookup.
   ///
-  /// \param SuppressDiagnostic If true, suppress diagnostic on error.
-  ///
   /// \returns true if an error occurred, false otherwise.
   bool ActOnCXXNestedNameSpecifier(Scope *S,
                                    NestedNameSpecInfo &IdInfo,