This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Parse __underlying_type(T) as a type
ClosedPublic

Authored by arichardson on Sep 1 2020, 10:14 AM.

Details

Summary

Before: MACRO(underlying_type(A) * a);
After: MACRO(
underlying_type(A) *a);

Depends on D86959

Diff Detail

Event Timeline

arichardson created this revision.Sep 1 2020, 10:14 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 1 2020, 10:14 AM
arichardson requested review of this revision.Sep 1 2020, 10:14 AM
This revision is now accepted and ready to land.Sep 2 2020, 4:15 AM

rebase to keep dependent revisions happy

This revision was automatically updated to reflect the committed changes.