This patch fixes a bug where consecutive string literals in text protos were
put on the same line.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D44204
[clang-format] Break consecutive string literals in text protos ClosedPublic Authored by krasimir on Mar 7 2018, 5:33 AM.
Details Summary This patch fixes a bug where consecutive string literals in text protos were
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 7 2018, 6:47 AM Closed by commit rL326945: [clang-format] Break consecutive string literals in text protos (authored by krasimir). · Explain WhyMar 7 2018, 1:35 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 137466 cfe/trunk/lib/Format/TokenAnnotator.cpp
cfe/trunk/unittests/Format/FormatTestTextProto.cpp
|