summaryrefslogtreecommitdiffstats
path: root/clang/lib/Sema/SemaInit.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Sema/SemaInit.h')
-rw-r--r--clang/lib/Sema/SemaInit.h7
1 files changed, 6 insertions, 1 deletions
diff --git a/clang/lib/Sema/SemaInit.h b/clang/lib/Sema/SemaInit.h
index a29159ace59..22484745da2 100644
--- a/clang/lib/Sema/SemaInit.h
+++ b/clang/lib/Sema/SemaInit.h
@@ -303,6 +303,9 @@ public:
/// dependently-type expressions.
DependentSequence,
+ /// \brief A user-defined conversion sequence.
+ UserDefinedConversion,
+
/// \brief A reference binding.
ReferenceBinding,
@@ -400,7 +403,9 @@ public:
FK_ReferenceBindingToInitList,
/// \brief Initialization of some unused destination type with an
/// initializer list.
- FK_InitListBadDestinationType
+ FK_InitListBadDestinationType,
+ /// \brief Overloading for a user-defined conversion failed.
+ FK_UserConversionOverloadFailed
};
private:
OpenPOWER on IntegriCloud