From: Simon Pilgrim Date: Wed, 15 Jan 2020 12:05:30 +0000 (+0000) Subject: Fix Wdocumentation warning. NFC. X-Git-Tag: llvmorg-11-init~4 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=eb82226f33525c7332f8008c048b821f08d725fa;p=platform%2Fupstream%2Fllvm.git Fix Wdocumentation warning. NFC. --- diff --git a/clang/include/clang/Sema/Sema.h b/clang/include/clang/Sema/Sema.h index 22063cb..47a055f 100644 --- a/clang/include/clang/Sema/Sema.h +++ b/clang/include/clang/Sema/Sema.h @@ -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,