[PATCH] D32733: [clang-format] Convert AlignEscapedNewlinesLeft to an enum, adding DontAlign
Daniel Jasper via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue May 2 00:41:38 PDT 2017
djasper accepted this revision.
djasper added a comment.
This revision is now accepted and ready to land.
This is an edge case in actual C++. An escaped newline literally gets expanded to nothing. So what this reads is
#define Onetwo \
...
https://reviews.llvm.org/D32733
More information about the cfe-commits
mailing list