[all-commits] [llvm/llvm-project] a84e0b: [clang-format] Fix align consecutive declarations ...
Gedare Bloom via All-commits
all-commits at lists.llvm.org
Thu Jul 6 02:17:51 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a84e0b4bdc9999872adbdaafbade8164b197784b
https://github.com/llvm/llvm-project/commit/a84e0b4bdc9999872adbdaafbade8164b197784b
Author: Gedare Bloom <gedare at rtems.org>
Date: 2023-07-06 (Thu, 06 Jul 2023)
Changed paths:
M clang/lib/Format/WhitespaceManager.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Fix align consecutive declarations over function pointers
Fixes a bug that prevents alignment from proceeding through a function
pointer in a list of declarations.
Fixes #63451.
Differential Revision: https://reviews.llvm.org/D153585
More information about the All-commits
mailing list