[all-commits] [llvm/llvm-project] d61ede: [clang-format] Fix a regression in ContinuationInd...
Owen Pan via All-commits
all-commits at lists.llvm.org
Fri Apr 12 11:10:41 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d61edecbfd099143e0e2617505fec921524938f8
https://github.com/llvm/llvm-project/commit/d61edecbfd099143e0e2617505fec921524938f8
Author: Owen Pan <owenpiano at gmail.com>
Date: 2024-04-12 (Fri, 12 Apr 2024)
Changed paths:
M clang/lib/Format/ContinuationIndenter.cpp
M clang/unittests/Format/FormatTestComments.cpp
Log Message:
-----------
[clang-format] Fix a regression in ContinuationIndenter (#88414)
Commit d06b92391513 caused a regression that breaks after a block
comment adjacent to a function paramter that follows.
Fixes #86573.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list