From: Simon Pilgrim Date: Fri, 17 May 2019 13:42:16 +0000 (+0000) Subject: Fix Wdocumentation warnings. NFCI. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=27afea5500098cb716d0df10097c1f9f793cf927;p=clang Fix Wdocumentation warnings. NFCI. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361032 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/include/clang/Sema/Sema.h b/include/clang/Sema/Sema.h index 52decbd5ba..8e13467a4a 100644 --- a/include/clang/Sema/Sema.h +++ b/include/clang/Sema/Sema.h @@ -4618,11 +4618,7 @@ public: SourceLocation BuiltinLoc, SourceLocation RPLoc); - /// Build a potentially resolved SourceLocExpr. - /// - /// \param SubExpr - null when the SourceLocExpr is unresolved, otherwise - /// SubExpr will be a literal expression representing the value of the - /// builtin call. + // Build a potentially resolved SourceLocExpr. ExprResult BuildSourceLocExpr(SourceLocExpr::IdentKind Kind, SourceLocation BuiltinLoc, SourceLocation RPLoc, DeclContext *ParentContext);