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 0ac0294 commit 09dd041Copy full SHA for 09dd041
clang/include/clang/AST/ExprCXX.h
@@ -5501,12 +5501,12 @@ class BuiltinBitCastExpr final
5501
}
5502
};
5503
5504
-/// Represents a C++26 reflect expression [expr.reflect]. The operand of of the
5505
-/// expression is either a:
5506
-/// - :: (global namespace)
5507
-/// - a reflection-name
5508
-/// - a type-id
5509
-/// - id-expression.
+/// Represents a C++26 reflect expression [expr.reflect]. The operand of the
+/// expression is either:
+/// - :: (global namespace),
+/// - a reflection-name,
+/// - a type-id, or
+/// - an id-expression.
5510
class CXXReflectExpr : public Expr {
5511
5512
// Source locations.
0 commit comments