File tree Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Expand file tree Collapse file tree 1 file changed +0
-14
lines changed Original file line number Diff line number Diff line change @@ -753,20 +753,6 @@ class Sema final : public SemaBase {
753753 void checkTypeSupport(QualType Ty, SourceLocation Loc,
754754 ValueDecl *D = nullptr);
755755
756- // /// The kind of conversion being performed.
757- // enum CheckedConversionKind {
758- // /// An implicit conversion.
759- // CCK_ImplicitConversion,
760- // /// A C-style cast.
761- // CCK_CStyleCast,
762- // /// A functional-style cast.
763- // CCK_FunctionalCast,
764- // /// A cast other than a C-style cast.
765- // CCK_OtherCast,
766- // /// A conversion for an operand of a builtin overloaded operator.
767- // CCK_ForBuiltinOverloadedOp
768- // };
769-
770756 /// ImpCastExprToType - If Expr is not of type 'Type', insert an implicit
771757 /// cast. If there is already an implicit cast, merge into the existing one.
772758 /// If isLvalue, the result of the cast is an lvalue.
You can’t perform that action at this time.
0 commit comments