[PATCH] D42545: [Sema] Classify conversions from enum to float as narrowing

Roger Ferrer Ibanez via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 6 04:04:59 PST 2018


rogfer01 added a comment.

I understand you're fixing the narrowing check from "unscoped enum/integer type" → float.

But you have also extended some tests which are "unscoped enum" → integer type (lines 153, 170 and 173). So I presume they were already handled correctly before your patch. Can these be submitted separatedly?


https://reviews.llvm.org/D42545





More information about the cfe-commits mailing list