ilya-biryukov added a comment.

Found today:

  if (something)
    return; // some long comment
            // that takes two lines.^

Expected: comment on last line is not re-indented.
Actual (comment re-indented):

  if (something)
    return; // some long comment
  // that takes two lines.


Repository:
  rCTE Clang Tools Extra

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D60605/new/

https://reviews.llvm.org/D60605



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to