| commit | 697a8ec6cd613bfae2dea98214b6cce60eada8aa | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Tue Feb 07 21:38:16 2017 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Tue Feb 07 21:38:16 2017 +0000 |
| tree | 31276fdde5e1dd618b5cf192ded67d1bb6bff374 | |
| parent | c2f323ff9bd044222775da081485185394f753d5 [diff] |
clang-format: Fix bad variable declaration detection.
Before:
LooooooooooooooooongType
variable(nullptr, [](A *a) {});
After:
LooooooooooooooooongType
variable(nullptr, [](A *a) {});
llvm-svn: 294358