[clang] [clang-format] Don't align comments over scopes (PR #68743)
Owen Pan via cfe-commits
cfe-commits at lists.llvm.org
Wed Oct 25 00:23:45 PDT 2023
================
@@ -182,7 +182,7 @@ TEST_F(FormatTestComments, UnderstandsSingleLineComments) {
"int a; // This is unrelated"));
EXPECT_EQ("class C {\n"
" void f() { // This does something ..\n"
- " } // awesome..\n"
+ " } // awesome..\n"
----------------
owenca wrote:
I think it's been long enough.
https://github.com/llvm/llvm-project/pull/68743
More information about the cfe-commits
mailing list