diff options
author | Daniel Jasper <djasper@google.com> | 2015-05-18 12:52:00 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2015-05-18 12:52:00 +0000 |
commit | adba2aadf29228a501988cccc67e8aeeab025087 (patch) | |
tree | 48b937ff1ab62f476f924ed2225bfa171391336a /llvm/lib/CodeGen/MachineBasicBlock.cpp | |
parent | cbb227b48d61a122d816b595479034841df2d4b4 (diff) | |
download | llvm-adba2aadf29228a501988cccc67e8aeeab025087.zip llvm-adba2aadf29228a501988cccc67e8aeeab025087.tar.gz llvm-adba2aadf29228a501988cccc67e8aeeab025087.tar.bz2 |
clang-format: Allow braced initializers in template arguments of class
specializations.
Before:
template <class T>
struct S < std::is_arithmetic<T> {
} > {};
After:
template <class T> struct S<std::is_arithmetic<T>{}> {};
llvm-svn: 237565
Diffstat (limited to 'llvm/lib/CodeGen/MachineBasicBlock.cpp')
0 files changed, 0 insertions, 0 deletions