This patch looks through typeof type at the original expression when diagnosing -Wsign-compare to avoid an unfriendly diagnostic.
Fixes PR36008
Differential D42561
[PR36008] Avoid -Wsign-compare warning for enum constants in typeof expressions arphaman on Jan 25 2018, 4:32 PM. Authored by
Details
This patch looks through typeof type at the original expression when diagnosing -Wsign-compare to avoid an unfriendly diagnostic. Fixes PR36008
Diff Detail Event TimelineComment Actions LGTM, aside from a minor commenting nit.
|
Please also add a comment what this is trying to solve.