This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Handle <chrono> ud suffixes in IntegerLiteralSeparator
ClosedPublic

Authored by owenpan on May 14 2023, 11:09 PM.

Diff Detail

Event Timeline

owenpan created this revision.May 14 2023, 11:09 PM
Herald added projects: Restricted Project, Restricted Project, Restricted Project. · View Herald TranscriptMay 14 2023, 11:09 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
owenpan requested review of this revision.May 14 2023, 11:09 PM
HazardyKnusperkeks added inline comments.
clang/lib/Format/IntegerLiteralSeparatorFixer.cpp
116–121

What about this?

This revision is now accepted and ready to land.May 15 2023, 1:14 PM
owenpan added inline comments.May 15 2023, 5:55 PM
clang/lib/Format/IntegerLiteralSeparatorFixer.cpp
116–121

Good idea!

owenpan updated this revision to Diff 522397.May 15 2023, 5:58 PM

Addressed the review comment.

owenpan requested review of this revision.May 15 2023, 5:58 PM
owenpan marked an inline comment as done.
MyDeveloperDay accepted this revision.May 16 2023, 2:28 AM
This revision is now accepted and ready to land.May 16 2023, 2:28 AM