forked from OSchip/llvm-project
parent
1c2c728ab1
commit
12d6baf5e4
|
@ -8837,16 +8837,16 @@ public:
|
||||||
|
|
||||||
/// Check assignment constraints for an assignment of RHS to LHSType.
|
/// Check assignment constraints for an assignment of RHS to LHSType.
|
||||||
///
|
///
|
||||||
/// \brief LHSType The destination type for the assignment.
|
/// \param LHSType The destination type for the assignment.
|
||||||
/// \brief RHS The source expression for the assignment.
|
/// \param RHS The source expression for the assignment.
|
||||||
/// \brief Diagnose If \c true, diagnostics may be produced when checking
|
/// \param Diagnose If \c true, diagnostics may be produced when checking
|
||||||
/// for assignability. If a diagnostic is produced, \p RHS will be
|
/// for assignability. If a diagnostic is produced, \p RHS will be
|
||||||
/// set to ExprError(). Note that this function may still return
|
/// set to ExprError(). Note that this function may still return
|
||||||
/// without producing a diagnostic, even for an invalid assignment.
|
/// without producing a diagnostic, even for an invalid assignment.
|
||||||
/// \brief DiagnoseCFAudited If \c true, the target is a function parameter
|
/// \param DiagnoseCFAudited If \c true, the target is a function parameter
|
||||||
/// in an audited Core Foundation API and does not need to be checked
|
/// in an audited Core Foundation API and does not need to be checked
|
||||||
/// for ARC retain issues.
|
/// for ARC retain issues.
|
||||||
/// \brief ConvertRHS If \c true, \p RHS will be updated to model the
|
/// \param ConvertRHS If \c true, \p RHS will be updated to model the
|
||||||
/// conversions necessary to perform the assignment. If \c false,
|
/// conversions necessary to perform the assignment. If \c false,
|
||||||
/// \p Diagnose must also be \c false.
|
/// \p Diagnose must also be \c false.
|
||||||
AssignConvertType CheckSingleAssignmentConstraints(
|
AssignConvertType CheckSingleAssignmentConstraints(
|
||||||
|
|
Loading…
Reference in New Issue