[all-commits] [llvm/llvm-project] 3edc12: [clang-format] Adds a formatter for aligning trail...
Yusuke Kadowaki via All-commits
all-commits at lists.llvm.org
Sun Oct 30 05:23:25 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 3edc1210a49d4a666b46ace5c592a00ccb2bb350
https://github.com/llvm/llvm-project/commit/3edc1210a49d4a666b46ace5c592a00ccb2bb350
Author: Yusuke Kadowaki <yusuke.kadowaki.1231 at gmail.com>
Date: 2022-10-30 (Sun, 30 Oct 2022)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/Format.cpp
M clang/lib/Format/WhitespaceManager.cpp
M clang/unittests/Format/FormatTest.cpp
M clang/unittests/Format/FormatTestComments.cpp
Log Message:
-----------
[clang-format] Adds a formatter for aligning trailing comments over empty lines
This patch addresses https://github.com/llvm/llvm-project/issues/19756
Reviewed By: MyDeveloperDay, HazardyKnusperkeks
Differential Revision: https://reviews.llvm.org/D132131
More information about the All-commits
mailing list