diff options
author | Daniel Jasper <djasper@google.com> | 2014-03-21 11:58:45 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2014-03-21 11:58:45 +0000 |
commit | 14e58e52902ddf1038bea10416172377b9945093 (patch) | |
tree | b71a406191de2cde5680cd61832e13d87cc4ba59 /lldb/source/Interpreter/CommandObjectRegexCommand.cpp | |
parent | 503e2f2c5814ac6c7e4ff2fafddb46b7aa9165cd (diff) | |
download | bcm5719-llvm-14e58e52902ddf1038bea10416172377b9945093.tar.gz bcm5719-llvm-14e58e52902ddf1038bea10416172377b9945093.zip |
clang-format: Preserve meaning of trailing comments on parameters.
Formatting:
SomeFunction(a,
b, // comment
c);
Before:
SomeFunction(a, b, // comment
c);
After:
SomeFunction(a,
b, // comment
c);
llvm-svn: 204456
Diffstat (limited to 'lldb/source/Interpreter/CommandObjectRegexCommand.cpp')
0 files changed, 0 insertions, 0 deletions