Skip to content

Commit eb82226

Browse files
committed
Fix Wdocumentation warning. NFC.
1 parent 0b64400 commit eb82226

File tree

1 file changed

+0
-2
lines changed
  • clang/include/clang/Sema

1 file changed

+0
-2
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5923,8 +5923,6 @@ class Sema final {
59235923
///
59245924
/// \param OnlyNamespace If true, only considers namespaces in lookup.
59255925
///
5926-
/// \param SuppressDiagnostic If true, suppress diagnostic on error.
5927-
///
59285926
/// \returns true if an error occurred, false otherwise.
59295927
bool ActOnCXXNestedNameSpecifier(Scope *S,
59305928
NestedNameSpecInfo &IdInfo,

0 commit comments

Comments
 (0)