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 /lldb/source/API | |
parent | cbb227b48d61a122d816b595479034841df2d4b4 (diff) | |
download | bcm5719-llvm-adba2aadf29228a501988cccc67e8aeeab025087.tar.gz bcm5719-llvm-adba2aadf29228a501988cccc67e8aeeab025087.zip |
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 'lldb/source/API')
0 files changed, 0 insertions, 0 deletions