From 275288d696bae8b8accec1e0b16211c983d5b136 Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Wed, 5 Sep 2018 10:44:03 +0000 Subject: [PATCH] Fix -Wdocumentation warning. NFCI. llvm-svn: 341460 --- clang/lib/Sema/SemaType.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang/lib/Sema/SemaType.cpp b/clang/lib/Sema/SemaType.cpp index 2f4d182..4d09a99 100644 --- a/clang/lib/Sema/SemaType.cpp +++ b/clang/lib/Sema/SemaType.cpp @@ -6385,7 +6385,7 @@ static NullabilityKind mapNullabilityAttrKind(ParsedAttr::Kind kind) { /// /// \param attr The attribute as written on the type. /// -/// \param allowArrayTypes Whether to accept nullability specifiers on an +/// \param allowOnArrayType Whether to accept nullability specifiers on an /// array type (e.g., because it will decay to a pointer). /// /// \returns true if a problem has been diagnosed, false on success. -- 2.7.4