This revision was automatically updated to reflect the committed changes.
Closed by commit rG40c50bdee443: [Sema][NFC] Remove Redundant Condition
(authored by baloghadamsoftware).
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82563/new/
https://revi
sammccall accepted this revision.
sammccall added a comment.
This revision is now accepted and ready to land.
Nice!
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D82563/new/
https://reviews.llvm.org/D82563
baloghadamsoftware created this revision.
baloghadamsoftware added reviewers: sammccall, rsmith.
baloghadamsoftware added a project: clang.
Herald added subscribers: martong, gamesh411, Szelethus, dkrupp, rnkovacs.
Condition `TypeQuals` is checked both in an outer and in an inner `if`
statement i