r361032 - Fix Wdocumentation warnings. NFCI.
Simon Pilgrim via cfe-commits
cfe-commits at lists.llvm.org
Fri May 17 06:42:17 PDT 2019
Author: rksimon
Date: Fri May 17 06:42:16 2019
New Revision: 361032
URL: http://llvm.org/viewvc/llvm-project?rev=361032&view=rev
Log:
Fix Wdocumentation warnings. NFCI.
Modified:
cfe/trunk/include/clang/Sema/Sema.h
Modified: cfe/trunk/include/clang/Sema/Sema.h
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/include/clang/Sema/Sema.h?rev=361032&r1=361031&r2=361032&view=diff
==============================================================================
--- cfe/trunk/include/clang/Sema/Sema.h (original)
+++ cfe/trunk/include/clang/Sema/Sema.h Fri May 17 06:42:16 2019
@@ -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);
More information about the cfe-commits
mailing list