clang-format: Improve clang-format's detection about comment binding.
Before, existing code in the form of: int a; // this is a. // This is // b. int b; Got turned into: int a; // this is a. // This is // b. int b; llvm-svn: 194294
Loading
Please register or sign in to comment