diff options
author | Daniel Jasper <djasper@google.com> | 2013-01-14 14:14:23 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-01-14 14:14:23 +0000 |
commit | 25837aa6661d1a5585c59899b6701e0d7e4da88b (patch) | |
tree | 5b2dfb5c0eb456a30787659ba0f65ba59b4a2ad6 /clang/lib/CodeGen/CodeGenModule.cpp | |
parent | 6c704ebbf1dc549772c51b46f23bca8ab78e1e07 (diff) | |
download | bcm5719-llvm-25837aa6661d1a5585c59899b6701e0d7e4da88b.tar.gz bcm5719-llvm-25837aa6661d1a5585c59899b6701e0d7e4da88b.zip |
Put short if statements on a single line.
Before: if (a)
return;
After: if (a) return;
Not yet sure, whether this is always desired, but we can add options and
make this a style parameter as we go along.
llvm-svn: 172413
Diffstat (limited to 'clang/lib/CodeGen/CodeGenModule.cpp')
0 files changed, 0 insertions, 0 deletions