This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Skip token annotation in passes that don't need it
ClosedPublic

Authored by owenpan on Sep 16 2022, 10:17 PM.

Diff Detail

Event Timeline

owenpan created this revision.Sep 16 2022, 10:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 16 2022, 10:17 PM
owenpan requested review of this revision.Sep 16 2022, 10:17 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 16 2022, 10:17 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
HazardyKnusperkeks added inline comments.
clang/lib/Format/Format.cpp
3276

Superfluous s here and in all comments. :)

This revision is now accepted and ready to land.Sep 17 2022, 6:15 AM
owenpan added inline comments.Sep 17 2022, 2:02 PM
clang/lib/Format/Format.cpp
3276

Thanks! Will fix them before landing.

MyDeveloperDay accepted this revision.Sep 18 2022, 9:39 AM