]> granicus.if.org Git - clang/commitdiff
Fix Wdocumentation warnings. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 17 May 2019 13:42:16 +0000 (13:42 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 17 May 2019 13:42:16 +0000 (13:42 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@361032 91177308-0d34-0410-b5e6-96231b3b80d8

include/clang/Sema/Sema.h

index 52decbd5bacc1590e5ad64cf96e0a3ae21f1a5fe..8e13467a4a0713843fd0debb4ffc7c7e7c81ee30 100644 (file)
@@ -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);