[all-commits] [llvm/llvm-project] 5ed94c: [clang-format] Fix a bug in ContinuationIndenter (...
Owen Pan via All-commits
all-commits at lists.llvm.org
Fri Sep 15 14:20:56 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5ed94c6e3d30d342b7bc74facbcd0740d080c156
https://github.com/llvm/llvm-project/commit/5ed94c6e3d30d342b7bc74facbcd0740d080c156
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M clang/lib/Format/ContinuationIndenter.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Fix a bug in ContinuationIndenter (#66354)
See https://reviews.llvm.org/D136154#3890747 for context.
Fixes part of #58592.
More information about the All-commits
mailing list