[clang] [PAC][clang] Correct handling of ptrauth queries of incomplete types (PR #164528)

Oliver Hunt via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 23 12:32:59 PDT 2025


================
@@ -0,0 +1,46 @@
+// RUN: %clang_cc1 -fptrauth-intrinsics -fsyntax-only -ferror-limit 1 -verify -std=c++26 %s
+// RUN: %clang_cc1 -fptrauth-intrinsics -fsyntax-only -ferror-limit 1 -verify -std=c++03 %s
+// RUN: %clang_cc1                      -fsyntax-only -ferror-limit 1 -verify -std=c++03 %s
+
----------------
ojhunt wrote:

Nope :D

https://github.com/llvm/llvm-project/pull/164528


More information about the cfe-commits mailing list