[all-commits] [llvm/llvm-project] 89aad1: Reland [clang-format] Add an option to format inte...
Owen via All-commits
all-commits at lists.llvm.org
Sat Dec 31 17:57:49 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 89aad1e6a397447f9574bb088f4de1d9044b5812
https://github.com/llvm/llvm-project/commit/89aad1e6a397447f9574bb088f4de1d9044b5812
Author: Owen Pan <owenpiano at gmail.com>
Date: 2022-12-31 (Sat, 31 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:
-----------
Reland [clang-format] Add an option to format integer literal separators
Previously committed in 46c94e5067b5 which was reverted in f0756e086010
due to a memory bug.
Closes #58949.
Differential Revision: https://reviews.llvm.org/D140543
More information about the All-commits
mailing list