Skip to content

Commit 09dd041

Browse files
Update clang/include/clang/AST/ExprCXX.h
Co-authored-by: Hubert Tong <[email protected]>
1 parent 0ac0294 commit 09dd041

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

clang/include/clang/AST/ExprCXX.h

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -5501,12 +5501,12 @@ class BuiltinBitCastExpr final
55015501
}
55025502
};
55035503

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.
5504+
/// Represents a C++26 reflect expression [expr.reflect]. The operand of the
5505+
/// expression is either:
5506+
/// - :: (global namespace),
5507+
/// - a reflection-name,
5508+
/// - a type-id, or
5509+
/// - an id-expression.
55105510
class CXXReflectExpr : public Expr {
55115511

55125512
// Source locations.

0 commit comments

Comments
 (0)