[clang] [clang] Ensure correct copying of records with authenticated fields (PR #136783)
Hans Wennborg via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 24 02:13:19 PDT 2025
================
@@ -95,6 +95,8 @@ struct CopiedTypeVisitor {
return asDerived().visitARCWeak(FT, std::forward<Ts>(Args)...);
case QualType::PCK_Struct:
return asDerived().visitStruct(FT, std::forward<Ts>(Args)...);
+ case QualType::PCK_PtrAuth:
----------------
zmodem wrote:
style nit: looks like the cases were sorted
https://github.com/llvm/llvm-project/pull/136783
More information about the cfe-commits
mailing list