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 @@ -894,20 +894,6 @@ class Sema final : public SemaBase {
894
894
void checkTypeSupport(QualType Ty, SourceLocation Loc,
895
895
ValueDecl *D = nullptr);
896
896
897
- // /// The kind of conversion being performed.
898
- // enum CheckedConversionKind {
899
- // /// An implicit conversion.
900
- // CCK_ImplicitConversion,
901
- // /// A C-style cast.
902
- // CCK_CStyleCast,
903
- // /// A functional-style cast.
904
- // CCK_FunctionalCast,
905
- // /// A cast other than a C-style cast.
906
- // CCK_OtherCast,
907
- // /// A conversion for an operand of a builtin overloaded operator.
908
- // CCK_ForBuiltinOverloadedOp
909
- // };
910
-
911
897
/// ImpCastExprToType - If Expr is not of type 'Type', insert an implicit
912
898
/// cast. If there is already an implicit cast, merge into the existing one.
913
899
/// If isLvalue, the result of the cast is an lvalue.
You can’t perform that action at this time.
0 commit comments