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
Differential D61731
[clang] fix -Wparentheses in ParseDecl.cpp after D60934 ClosedPublic Authored by Tyker on May 9 2019, 6:56 AM.
Details Summary this is a follow-up to https://reviews.llvm.org/D60934 Changes:
Diff Detail
Revision Contents
Diff 198815 clang/lib/Parse/ParseDecl.cpp
|