[all-commits] [llvm/llvm-project] 46c94e: [clang-format] Add an option to format integer lit...
Owen via All-commits
all-commits at lists.llvm.org
Sat Dec 24 15:35:34 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 46c94e5067b5f396c24bb950505c79bc819bd4b8
https://github.com/llvm/llvm-project/commit/46c94e5067b5f396c24bb950505c79bc819bd4b8
Author: Owen Pan <owenpiano at gmail.com>
Date: 2022-12-24 (Sat, 24 Dec 2022)
Changed paths:
M clang/docs/ClangFormatStyleOptions.rst
M clang/docs/ReleaseNotes.rst
M clang/include/clang/Format/Format.h
M clang/lib/Format/CMakeLists.txt
M clang/lib/Format/Format.cpp
A clang/lib/Format/IntegerLiteralSeparatorFixer.cpp
A clang/lib/Format/IntegerLiteralSeparatorFixer.h
M clang/unittests/Format/CMakeLists.txt
A clang/unittests/Format/IntegerLiteralSeparatorTest.cpp
Log Message:
-----------
[clang-format] Add an option to format integer literal separators
Closes #58949.
Differential Revision: https://reviews.llvm.org/D140543
More information about the All-commits
mailing list