clang-format: Understand single-line comments at the end of blocks.
This prevents clang-format from moving/aligning the comment in the snippet: void f() { int i; // some comment // some unrelated comment } llvm-svn: 225352
Loading
Please register or sign in to comment