Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D147111
[clang-format] Add MinDigits suboptions to IntegerLiteralSeparator ClosedPublic Authored by owenpan on Mar 28 2023, 10:12 PM.
Details
Diff Detail
Event TimelineHazardyKnusperkeks added inline comments.
This revision is now accepted and ready to land.Mar 29 2023, 3:37 AM This revision was landed with ongoing or failed builds. Closed by commit rG253985d58caf: [clang-format] Add MinDigits suboptions to IntegerLiteralSeparator (authored by owenpan). · Explain Why This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 510152 clang/docs/ClangFormatStyleOptions.rst
clang/include/clang/Format/Format.h
clang/lib/Format/Format.cpp
clang/lib/Format/IntegerLiteralSeparatorFixer.h
clang/lib/Format/IntegerLiteralSeparatorFixer.cpp
clang/unittests/Format/IntegerLiteralSeparatorTest.cpp
|
Could we move that to (a not yet existing) IntegerLiteralSeparatorStyle::operator==?