ilya-biryukov added a comment.

Input:

  // this is my comment. ^
  // and it continues on the next line.

Expected:

  // this is my comment.
  // ^
  // and it continues on the next line.

Actual:

  // this is my comment.
  ^
  // and it continues on the next line.


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