ilya-biryukov added a comment.

Input:

  if (something)
    foo; // a comment^

Expected:

  if (something)
    foo; // a comment
  ^

Actual (indented to align with a comment):

  if (something)
    foo; // a comment
         ^


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