| commit | 964293e46d72a07a53f91e3ee7e5fd528cf036cf | [log] [tgz] |
|---|---|---|
| author | Krasimir Georgiev <krasimir@google.com> | Mon May 14 10:33:40 2018 +0000 |
| committer | Krasimir Georgiev <krasimir@google.com> | Mon May 14 10:33:40 2018 +0000 |
| tree | 5d5957528ca9b7fc5cbcb290a9fbc8107c816f1b | |
| parent | 796fb999b358f9d060946f8a54e0cc7501ec3f61 [diff] |
[clang-format] Continue after non-scope-closers in getLengthToMatchingParen Summary: 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. Subscribers: klimek, cfe-commits Differential Revision: https://reviews.llvm.org/D46824 llvm-svn: 332225