summaryrefslogtreecommitdiffstats
path: root/lldb/source/API
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2015-05-18 12:52:00 +0000
committerDaniel Jasper <djasper@google.com>2015-05-18 12:52:00 +0000
commitadba2aadf29228a501988cccc67e8aeeab025087 (patch)
tree48b937ff1ab62f476f924ed2225bfa171391336a /lldb/source/API
parentcbb227b48d61a122d816b595479034841df2d4b4 (diff)
downloadbcm5719-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
OpenPOWER on IntegriCloud