| commit | d3d9e0f4a107e97b493e1d4c7c5b5dc15e7e137a | [log] [tgz] |
|---|---|---|
| author | Daniel Jasper <djasper@google.com> | Sat Sep 14 08:13:22 2013 +0000 |
| committer | Daniel Jasper <djasper@google.com> | Sat Sep 14 08:13:22 2013 +0000 |
| tree | f2beb2715ddb3e0959e0ad19e146cdb4f1b6064f | |
| parent | abcfa61f513e499fe3f2f44df9cb48e133fc4fc0 [diff] |
clang-format: Fix bug in style option AlwaysBreakTemplateDeclarations.
Before:
template <template <typename>
class Fooooooo, template <typename>
class Baaaaaaar>
struct C {};
After:
template <template <typename> class Fooooooo,
template <typename> class Baaaaaaar>
struct C {};
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@190747 91177308-0d34-0410-b5e6-96231b3b80d8