This fixes a regression introduced by r331857 where we stop the search for
the End token as soon as we hit a non-scope-closer, which prematurely stops before
semicolons for example, which should otherwise be considered as part of the unbreakable tail.
Details
Details
Diff Detail
Diff Detail
- Repository
- rC Clang