[all-commits] [llvm/llvm-project] c21531: [clang] Fix and test triviality of __ptrauth types...
halbi2 via All-commits
all-commits at lists.llvm.org
Sun Apr 27 20:08:10 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c21531895a5d5e6ffc349d6e229d71dd1463860a
https://github.com/llvm/llvm-project/commit/c21531895a5d5e6ffc349d6e229d71dd1463860a
Author: halbi2 <hehiralbi at gmail.com>
Date: 2025-04-27 (Sun, 27 Apr 2025)
Changed paths:
M clang/lib/AST/ASTContext.cpp
A clang/test/SemaCXX/ptrauth-triviality.cpp
Log Message:
-----------
[clang] Fix and test triviality of __ptrauth types (#137474)
Address-discriminated __ptrauth types do not have unique object
representations so they are not trivially comparable. Test all other
trivialities too even though they are not incorrect.
Fixes #137473
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list