[PATCH] D32733: [clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding DontAlign
Jacob Bandes-Storch via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 2 00:32:18 PDT 2017
jtbandes updated this revision to Diff 97404.
jtbandes added a comment.
Modified `appendNewlineText` so we can simply `return` in the DontAlign case.
https://reviews.llvm.org/D32733
Files:
include/clang/Format/Format.h
lib/Format/Format.cpp
lib/Format/WhitespaceManager.cpp
unittests/Format/FormatTest.cpp
unittests/Format/FormatTestSelective.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D32733.97404.patch
Type: text/x-patch
Size: 12234 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170502/f86d4e44/attachment-0001.bin>
More information about the cfe-commits
mailing list