clang-format: Fix template declaration line breaking with comment.
Before, clang-format would always insert a linebreak before the comment in code like: template <typename T> // T can be A, B or C. struct S {}; llvm-svn: 192297
Loading
Please register or sign in to comment