[all-commits] [llvm/llvm-project] 6c7e6f: [clang-format] Do not remove required spaces when ...
Marek Kurdej via All-commits
all-commits at lists.llvm.org
Thu Feb 10 10:15:42 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6c7e6fc7b6654b7ecd364f352f8ffd6dfecbf77b
https://github.com/llvm/llvm-project/commit/6c7e6fc7b6654b7ecd364f352f8ffd6dfecbf77b
Author: Marek Kurdej <marek.kurdej+llvm.org at gmail.com>
Date: 2022-02-10 (Thu, 10 Feb 2022)
Changed paths:
M clang/lib/Format/WhitespaceManager.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Do not remove required spaces when aligning tokens.
Fixes https://github.com/llvm/llvm-project/issues/44292.
Fixes https://github.com/llvm/llvm-project/issues/45874.
Reviewed By: HazardyKnusperkeks, owenpan
Differential Revision: https://reviews.llvm.org/D119419
More information about the All-commits
mailing list