Specifically, this fixes a false-positive in -Wobjc-signed-char-bool.
rdar://57372317
Paths
| Differential D75387
[Sema] Look through OpaqueValueExpr when checking implicit conversions ClosedPublic Authored by erik.pilkington on Feb 28 2020, 3:17 PM.
Details Summary Specifically, this fixes a false-positive in -Wobjc-signed-char-bool. rdar://57372317
Diff Detail
Event TimelineHerald added subscribers: ributzka, dexonsmith, jkorous. · View Herald TranscriptFeb 28 2020, 3:17 PM This revision is now accepted and ready to land.Mar 1 2020, 9:49 PM Closed by commit rGe392dcd5708b: [Sema] Look through OpaqueValueExpr when checking implicit conversions (authored by erik.pilkington). · Explain WhyMar 2 2020, 11:38 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 247700 clang/lib/Sema/SemaChecking.cpp
clang/test/SemaObjC/signed-char-bool-conversion.m
|