[all-commits] [llvm/llvm-project] 772eb2: [clang-format] Add option to control the spaces in...
Björn Schäpers via All-commits
all-commits at lists.llvm.org
Mon Feb 1 13:49:16 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 772eb24e00629faaae0244aa0d6d6204542c579b
https://github.com/llvm/llvm-project/commit/772eb24e00629faaae0244aa0d6d6204542c579b
Author: Björn Schäpers <bjoern at hazardy.de>
Date: 2021-02-01 (Mon, 01 Feb 2021)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/BreakableToken.cpp
M clang/lib/Format/BreakableToken.h
M clang/lib/Format/Format.cpp
M clang/lib/Format/NamespaceEndCommentsFixer.cpp
M clang/unittests/Format/FormatTest.cpp
M clang/unittests/Format/FormatTestComments.cpp
Log Message:
-----------
[clang-format] Add option to control the spaces in a line comment
Differential Revision: https://reviews.llvm.org/D92257
More information about the All-commits
mailing list