[PATCH] D142448: [clang][Interp] Handle TypeTraitExprs
Aaron Ballman via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Feb 2 11:02:24 PST 2023
aaron.ballman accepted this revision.
aaron.ballman added a comment.
This revision is now accepted and ready to land.
LGTM assuming there are no surprises from the additional test request.
================
Comment at: clang/test/AST/Interp/literals.cpp:762
+ };
+ static_assert(!__is_trivial(S2), "");
+}
----------------
I'd like to see a test where the argument is value dependent: https://godbolt.org/z/a1W68vhh7
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D142448/new/
https://reviews.llvm.org/D142448
More information about the cfe-commits
mailing list