diff options
author | Daniel Jasper <djasper@google.com> | 2013-12-24 13:31:25 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-12-24 13:31:25 +0000 |
commit | 234379fbf6ba09b4f9a540f408cf28b3fd85b16d (patch) | |
tree | c812b0d94f0ce78e812ecc6629c567f8694d86e8 /lldb/scripts/Python | |
parent | ce3721057d4edf48b73de9f002b2ab5bea3d2518 (diff) | |
download | llvm-234379fbf6ba09b4f9a540f408cf28b3fd85b16d.zip llvm-234379fbf6ba09b4f9a540f408cf28b3fd85b16d.tar.gz llvm-234379fbf6ba09b4f9a540f408cf28b3fd85b16d.tar.bz2 |
clang-format: (WebKit) Disallow 1-line constructors with initializers.
Before:
Constructor() : a(a) {}
After:
Constructor()
: a(a)
{
}
This style guide is pretty precise about this.
llvm-svn: 197980
Diffstat (limited to 'lldb/scripts/Python')
0 files changed, 0 insertions, 0 deletions