This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Correctly parse function declarations with TypenameMacros
ClosedPublic

Authored by arichardson on Sep 2 2020, 5:15 AM.

Details

Summary

When using the always break after return type setting:
Before:
SomeType funcdecl(LIST(uint64_t));
After:
SomeType
funcdecl(LIST(uint64_t));"

Diff Detail

Event Timeline

arichardson created this revision.Sep 2 2020, 5:15 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 2 2020, 5:15 AM
Herald added a subscriber: cfe-commits. · View Herald Transcript
arichardson requested review of this revision.Sep 2 2020, 5:15 AM
  • fix formatting of test case
This revision is now accepted and ready to land.Sep 4 2020, 10:20 AM
This revision was landed with ongoing or failed builds.Sep 7 2020, 2:10 AM
This revision was automatically updated to reflect the committed changes.