Revision tags: llvmorg-18.1.8, llvmorg-18.1.7, llvmorg-18.1.6, llvmorg-18.1.5, llvmorg-18.1.4, llvmorg-18.1.3, llvmorg-18.1.2, llvmorg-18.1.1, llvmorg-18.1.0, llvmorg-18.1.0-rc4, llvmorg-18.1.0-rc3, llvmorg-18.1.0-rc2, llvmorg-18.1.0-rc1, llvmorg-19-init, llvmorg-17.0.6, llvmorg-17.0.5, llvmorg-17.0.4, llvmorg-17.0.3, llvmorg-17.0.2, llvmorg-17.0.1, llvmorg-17.0.0, llvmorg-17.0.0-rc4, llvmorg-17.0.0-rc3, llvmorg-17.0.0-rc2, llvmorg-17.0.0-rc1, llvmorg-18-init, llvmorg-16.0.6, llvmorg-16.0.5, llvmorg-16.0.4 |
|
#
a72b064a |
| 15-May-2023 |
Owen Pan <owenpiano@gmail.com> |
[clang-format] Handle <chrono> ud suffixes in IntegerLiteralSeparator
Fixes #62679.
Differential Revision: https://reviews.llvm.org/D150539
|
Revision tags: llvmorg-16.0.3, llvmorg-16.0.2, llvmorg-16.0.1 |
|
#
253985d5 |
| 29-Mar-2023 |
Owen Pan <owenpiano@gmail.com> |
[clang-format] Add MinDigits suboptions to IntegerLiteralSeparator
Closes #61209.
Differential Revision: https://reviews.llvm.org/D147111
|
#
4d21868b |
| 24-Mar-2023 |
Owen Pan <owenpiano@gmail.com> |
[clang-format] Handle '_' in ud-suffix for IntegerLiteralSeparator
Also, handle imaginary numbers, i.e., those with suffixes starting with an 'i'.
Fixes #61676.
Differential Revision: https://revi
[clang-format] Handle '_' in ud-suffix for IntegerLiteralSeparator
Also, handle imaginary numbers, i.e., those with suffixes starting with an 'i'.
Fixes #61676.
Differential Revision: https://reviews.llvm.org/D146844
show more ...
|
Revision tags: llvmorg-16.0.0, llvmorg-16.0.0-rc4 |
|
#
f8d10d5a |
| 01-Mar-2023 |
Manuel Klimek <klimek@google.com> |
[clang-format][NFC] Refactor formatting unit tests.
Pull out common base class for formatting unit tests, removing duplicate code that accumulated over the years.
Pull out macro expansion test into
[clang-format][NFC] Refactor formatting unit tests.
Pull out common base class for formatting unit tests, removing duplicate code that accumulated over the years.
Pull out macro expansion test into its own test file.
show more ...
|
Revision tags: llvmorg-16.0.0-rc3, llvmorg-16.0.0-rc2, llvmorg-16.0.0-rc1, llvmorg-17-init, llvmorg-15.0.7 |
|
#
89aad1e6 |
| 22-Dec-2022 |
Owen Pan <owenpiano@gmail.com> |
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 Re
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
show more ...
|
#
879bd914 |
| 25-Dec-2022 |
Owen Pan <owenpiano@gmail.com> |
[clang-format] Disable FixRanges in IntegerLiteralSeparatorTest
The FixRanges unit test from 46c94e5067b5 breaks the build bots. Disable it for now.
|
#
46c94e50 |
| 22-Dec-2022 |
Owen Pan <owenpiano@gmail.com> |
[clang-format] Add an option to format integer literal separators
Closes #58949.
Differential Revision: https://reviews.llvm.org/D140543
|