diff options
author | Daniel Jasper <djasper@google.com> | 2013-12-16 07:23:08 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-12-16 07:23:08 +0000 |
commit | c39b56fe14683957bae2248dd0433ee4c893e054 (patch) | |
tree | d593b279ae1e28a7d7c05c77a18cb6119ff687e9 /llvm/tools/llvm-objdump/MachODump.cpp | |
parent | 69b899a1279d20b028f50dbf83b412b42bf095e4 (diff) | |
download | bcm5719-llvm-c39b56fe14683957bae2248dd0433ee4c893e054.tar.gz bcm5719-llvm-c39b56fe14683957bae2248dd0433ee4c893e054.zip |
clang-format: Improve handling of raw string literals.
Especially try to keep existing line breaks before raw string literals,
as the code author might have aligned content to it.
Thereby, clang-format now keeps things like:
parseStyle(R"(
BasedOnStyle: Google,
ColumnLimit: 100)");
parseStyle(
R"(BasedOnStyle: Google,
ColumnLimit: 100)");
llvm-svn: 197368
Diffstat (limited to 'llvm/tools/llvm-objdump/MachODump.cpp')
0 files changed, 0 insertions, 0 deletions