[all-commits] [llvm/llvm-project] 39faf1: [clang-format] Add BreakAdjacentStringLiterals opt...
Owen Pan via All-commits
all-commits at lists.llvm.org
Mon Nov 27 13:01:30 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 39faf13dde5502cdba7aff1b967c51cd0a93bb71
https://github.com/llvm/llvm-project/commit/39faf13dde5502cdba7aff1b967c51cd0a93bb71
Author: Owen Pan <owenpiano at gmail.com>
Date: 2023-11-27 (Mon, 27 Nov 2023)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/Format.cpp
M clang/lib/Format/TokenAnnotator.cpp
M clang/unittests/Format/ConfigParseTest.cpp
M clang/unittests/Format/FormatTest.cpp
Log Message:
-----------
[clang-format] Add BreakAdjacentStringLiterals option (#73432)
Closes #70451.
More information about the All-commits
mailing list