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 41c3a59 commit c213826Copy full SHA for c213826
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 holdiing the constructed CXXReflectExpr;
+ /// \returns on success, a expression holding the constructed CXXReflectExpr;
5168
/// on failture, an ExprError
5169
ExprResult ParseCXXReflectExpression(SourceLocation DoubleCaretLoc);
5170
0 commit comments