clang-format: Extends formatted ranges to subsequent lines comments.
Before: int aaaa; // This line is formatted. // The comment continues .. // .. here. Before: int aaaa; // This line is formatted. // The comment continues .. // .. here. This fixes llvm.org/PR17914. llvm-svn: 195954
Loading
Please register or sign in to comment