Skip to content

Commit 41112db

Browse files
committed
[clang][NFC] Remove old commented out code
`CheckedConversionKind` was converted to a scoped enum quite a while ago.
1 parent ee29afe commit 41112db

File tree

1 file changed

+0
-14
lines changed
  • clang/include/clang/Sema

1 file changed

+0
-14
lines changed

clang/include/clang/Sema/Sema.h

Lines changed: 0 additions & 14 deletions
Original file line numberDiff line numberDiff 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.

0 commit comments

Comments
 (0)