[PATCH] D129170: [Sema] Add deprecation warnings for some compiler provided __has_* type traits

Mike Hommey via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 13 20:33:59 PDT 2022


glandium added a comment.

>From the commit message:

> This patch adds deprecation warnings for the usage of those builtins, except for __has_trivial_destructor which doesn't have a GCC alternative.

This doesn't seem to be true, FWIW.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D129170



More information about the cfe-commits mailing list