File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -5169,7 +5169,7 @@ class Parser : public CodeCompletionHandler {
51695169 // /@{
51705170
51715171 // ===--------------------------------------------------------------------===//
5172- // C++2c: Reflection [P2996]
5172+ // Parses the operand of reflection operator
51735173 ExprResult ParseCXXReflectExpression (SourceLocation OpLoc);
51745174
51755175private:
Original file line number Diff line number Diff line change 1- // ===--- ParseReflect.cpp - C++2c Reflection Parsing ---------------------===//
1+ // ===--- ParseReflect.cpp - C++26 Reflection Parsing ---------------------===//
22//
33// Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
44// See https://llvm.org/LICENSE.txt for license information.
You can’t perform that action at this time.
0 commit comments