[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:38:46 PDT 2017


jtbandes marked an inline comment as done.
jtbandes added a comment.

This seems to work fine.

Separately I noticed a strange edge case, which I think is an existing bug:

  #define One\
  two                                                               \
    three;                                                                       \
    four;

The lack of space in `One\` seems to break the formatting on the next line. But as far as I can tell this isn't related to my change.


https://reviews.llvm.org/D32733





More information about the cfe-commits mailing list