diff options
author | Daniel Jasper <djasper@google.com> | 2014-02-14 18:22:40 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-02-14 18:22:40 +0000 |
commit | 3a122c029dfe98de32cb7f1b8f0cbcaa1504eefa (patch) | |
tree | 18b69804c9e5ffeb73e397ceaa1b47f339a6355f /clang/lib/Format/Encoding.h | |
parent | f6830f47b84a2048a78fafa0051ff823de449c18 (diff) | |
download | bcm5719-llvm-3a122c029dfe98de32cb7f1b8f0cbcaa1504eefa.tar.gz bcm5719-llvm-3a122c029dfe98de32cb7f1b8f0cbcaa1504eefa.zip |
clang-format: Fix formatting of class template declaration.
Before:
template <class R, class C>
struct Aaaaaaaaaaaaaaaaa<R (C::*)(int)
const> : Aaaaaaaaaaaaaaaaa<R (C::*)(int)> {};
After:
template <class R, class C>
struct Aaaaaaaaaaaaaaaaa<R (C::*)(int) const>
: Aaaaaaaaaaaaaaaaa<R (C::*)(int)> {};
llvm-svn: 201424
Diffstat (limited to 'clang/lib/Format/Encoding.h')
0 files changed, 0 insertions, 0 deletions