We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c213826 commit d0d0ab7Copy full SHA for d0d0ab7
clang/include/clang/Parse/Parser.h
@@ -5164,7 +5164,7 @@ class Parser : public CodeCompletionHandler {
5164
/// ParseCXXReflectExpression - parses the operand of reflection operator
5165
/// \param DoubleCaretLoc the location of the double caret operator
5166
///
5167
- /// \returns on success, a expression holding the constructed CXXReflectExpr;
+ /// \returns on success, an expression holding the constructed CXXReflectExpr;
5168
/// on failture, an ExprError
5169
ExprResult ParseCXXReflectExpression(SourceLocation DoubleCaretLoc);
5170
0 commit comments