This is an archive of the discontinued LLVM Phabricator instance.

[clang-format] Treat && followed by noexcept operator as a binary operator inside template arguments
ClosedPublic

Authored by penagos on Feb 23 2022, 5:39 PM.

Diff Detail

Event Timeline

penagos created this revision.Feb 23 2022, 5:39 PM
penagos published this revision for review.Feb 23 2022, 5:43 PM
Herald added a project: Restricted Project. · View Herald TranscriptFeb 23 2022, 5:43 PM
Herald added a subscriber: cfe-commits. · View Herald Transcript
curdeius accepted this revision.Feb 24 2022, 1:01 AM

LGTM, but please rebase so that CI runs.

This revision is now accepted and ready to land.Feb 24 2022, 1:01 AM
penagos updated this revision to Diff 411272.Feb 24 2022, 5:05 PM

Rebase to trigger CI.

I went ahead and did a git rebase but CI still appears to be failing (though tests pass in my local clone). Also, I’ll need someone to commit this on my behalf:

  • Luis Penagos
  • luis@penagos.co

Thanks!

I went ahead and did a git rebase but CI still appears to be failing (though tests pass in my local clone). Also, I’ll need someone to commit this on my behalf:

  • Luis Penagos
  • luis@penagos.co

Thanks!

Thank you, the failures are unrelated, these tests (libarcher, libomp...) failed in other precommit CI builds.
I'll commit it this weekend probably but I let other reviewers have a look.

MyDeveloperDay accepted this revision.Feb 25 2022, 4:39 AM
This revision was landed with ongoing or failed builds.Feb 28 2022, 2:55 AM
This revision was automatically updated to reflect the committed changes.