Skip to content

Commit c3d22b3

Browse files
author
git apple-llvm automerger
committed
Merge commit '41112db5a5a7' from llvm.org/main into next
2 parents 50fd480 + 41112db commit c3d22b3

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
@@ -894,20 +894,6 @@ class Sema final : public SemaBase {
894894
void checkTypeSupport(QualType Ty, SourceLocation Loc,
895895
ValueDecl *D = nullptr);
896896

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-
911897
/// ImpCastExprToType - If Expr is not of type 'Type', insert an implicit
912898
/// cast. If there is already an implicit cast, merge into the existing one.
913899
/// If isLvalue, the result of the cast is an lvalue.

0 commit comments

Comments
 (0)