[clang] [clang] Implement a bitwise_copyable builtin type trait. (PR #86512)
Sam McCall via cfe-commits
cfe-commits at lists.llvm.org
Wed Mar 27 10:36:02 PDT 2024
================
@@ -5056,6 +5056,8 @@ static bool CheckUnaryTypeTraitTypeCompleteness(Sema &S, TypeTrait UTT,
case UTT_IsStandardLayout:
case UTT_IsPOD:
case UTT_IsLiteral:
+ // Clang extension:
----------------
sam-mccall wrote:
AFAIK these are all clang extensions (the `__` versions), so I'm not sure this comment is clear/helpful
https://github.com/llvm/llvm-project/pull/86512
More information about the cfe-commits
mailing list