diff options
author | Daniel Jasper <djasper@google.com> | 2014-10-07 14:45:34 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-10-07 14:45:34 +0000 |
commit | 4281c5ae01f2824fbff9af1d568d4e0e29a0ed82 (patch) | |
tree | ebcac9b03f715698501199a9226851b9c63ba678 /llvm/lib/Object/ObjectFile.cpp | |
parent | 219b20e1a3d5438c4ba8a0ef22900d3587d0fc19 (diff) | |
download | llvm-4281c5ae01f2824fbff9af1d568d4e0e29a0ed82.zip llvm-4281c5ae01f2824fbff9af1d568d4e0e29a0ed82.tar.gz llvm-4281c5ae01f2824fbff9af1d568d4e0e29a0ed82.tar.bz2 |
clang-format: Fix bug with comments between non-trival parameters.
Before:
SomeFunction(a, a,
// comment
b + x);
After:
SomeFunction(a, a,
// comment
b + x);
llvm-svn: 219209
Diffstat (limited to 'llvm/lib/Object/ObjectFile.cpp')
0 files changed, 0 insertions, 0 deletions