clang-format: Fix bug in column-layout formatting.
Specific arrangements of comments after trailing commas could confuse the column width calculation, e.g. in: vector<int> x = { a, b, /* some */ /* comment */ }; llvm-svn: 189211
Loading
Please register or sign in to comment