зеркало из https://github.com/microsoft/clang-1.git
update fixme's
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@41458 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
Родитель
3219c5d2d9
Коммит
612c40c214
|
@ -118,8 +118,7 @@ public:
|
|||
ComplexPairTy VisitBinAdd (const BinaryOperator *E);
|
||||
ComplexPairTy VisitBinSub (const BinaryOperator *E);
|
||||
ComplexPairTy VisitBinDiv (const BinaryOperator *E);
|
||||
// FIXME: div/rem
|
||||
// GCC rejects and/or/xor for integer complex.
|
||||
// GCC rejects rem/and/or/xor for integer complex.
|
||||
// Logical and/or always return int, never complex.
|
||||
|
||||
// No comparisons produce a complex result.
|
||||
|
|
Загрузка…
Ссылка в новой задаче