This is an archive of the discontinued LLVM Phabricator instance.

[Basic] Split out -Wimplicit-int-conversion and -Wimplicit-float-conversion from -Wconversion
ClosedPublic

Authored by erik.pilkington on Oct 9 2018, 3:15 PM.

Diff Detail

Repository
rL LLVM

Event Timeline

erik.pilkington created this revision.Oct 9 2018, 3:15 PM
dexonsmith added inline comments.Oct 9 2018, 4:47 PM
clang/test/Sema/implicit-int-conversion.c
1–4 ↗(On Diff #168821)

Are these RUN lines missing -verify?

Actually run the tests!

clang/test/Sema/implicit-int-conversion.c
1–4 ↗(On Diff #168821)

Yep, also %s! Good catch.

rsmith accepted this revision.Oct 9 2018, 5:27 PM
This revision is now accepted and ready to land.Oct 9 2018, 5:27 PM
This revision was automatically updated to reflect the committed changes.