This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Avoid merging macro definitions.
ClosedPublic

Authored by curdeius on Feb 2 2022, 11:59 PM.

Diff Detail

Event Timeline

curdeius requested review of this revision.Feb 2 2022, 11:59 PM
curdeius created this revision.
Herald added a project: Restricted Project. · View Herald TranscriptFeb 2 2022, 11:59 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
curdeius updated this revision to Diff 405539.Feb 3 2022, 12:03 AM

Force CI after changing parent revision.

This revision is now accepted and ready to land.Feb 3 2022, 12:21 AM
owenpan accepted this revision.Feb 3 2022, 4:14 AM
owenpan added inline comments.
clang/unittests/Format/FormatTest.cpp
1812
1814
This revision was landed with ongoing or failed builds.Feb 3 2022, 9:55 AM
This revision was automatically updated to reflect the committed changes.
curdeius marked 2 inline comments as done.

Thanks for the reviews!