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 /llvm/lib/Analysis/CodeMetrics.cpp | |
parent | ce3721057d4edf48b73de9f002b2ab5bea3d2518 (diff) | |
download | bcm5719-llvm-234379fbf6ba09b4f9a540f408cf28b3fd85b16d.tar.gz bcm5719-llvm-234379fbf6ba09b4f9a540f408cf28b3fd85b16d.zip |
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 'llvm/lib/Analysis/CodeMetrics.cpp')
0 files changed, 0 insertions, 0 deletions