зеркало из https://github.com/microsoft/clang-1.git
Fix typo
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@63281 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
4087e24f73
Коммит
56f0d16c11
|
@ -269,7 +269,7 @@ ComplexPairTy ComplexExprEmitter::EmitComplexToComplexCast(ComplexPairTy Val,
|
|||
SrcType = SrcType->getAsComplexType()->getElementType();
|
||||
DestType = DestType->getAsComplexType()->getElementType();
|
||||
|
||||
// C99 6.3.1.6: When a value of complextype is converted to another
|
||||
// C99 6.3.1.6: When a value of complex type is converted to another
|
||||
// complex type, both the real and imaginary parts follow the conversion
|
||||
// rules for the corresponding real types.
|
||||
Val.first = CGF.EmitScalarConversion(Val.first, SrcType, DestType);
|
||||
|
|
Загрузка…
Ссылка в новой задаче