This is an archive of the discontinued LLVM Phabricator instance.

[clang] fix -Wparentheses in ParseDecl.cpp after D60934
ClosedPublic

Authored by Tyker on May 9 2019, 6:56 AM.

Details

Reviewers
rsmith
RKSimon
Summary

this is a follow-up to https://reviews.llvm.org/D60934

Changes:

  • the isAlreadyConsumed and RangeEnd have been reworked into ConsumedEnd.
  • the state that was previously checked with an assert now cannot occur. so the assert have been removed

Diff Detail

Event Timeline

Tyker updated this revision to Diff 198815.May 9 2019, 6:56 AM
Tyker created this revision.
rsmith accepted this revision.May 9 2019, 12:43 PM
This revision is now accepted and ready to land.May 9 2019, 12:43 PM