[PATCH] D134507: [Clang] add missing ClangABICompat check

Yuanfang Chen via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 3 12:18:49 PDT 2022


ychen added a comment.

ping.

To avoid confusion, note that this and D128745 <https://reviews.llvm.org/D128745> are not about C++20 or newer language versions. They are implementing DRs which should apply to all language versions >= C++11 since the variadic template is involved.

ClangABICompat is used here and in a few other places by D128745 <https://reviews.llvm.org/D128745>. If an alternative method is needed, I could switch them over all at once in another patch. How about we land this first and see how far this goes if it is bad, confusing, etc., feel free to leave a comment here or in a bug report, I could address it promptly.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D134507/new/

https://reviews.llvm.org/D134507



More information about the cfe-commits mailing list