[clang] Rewrite offsetof with __builtin_offsetof with -fms-kernel (PR #193804)

via cfe-commits cfe-commits at lists.llvm.org
Tue May 5 10:38:00 PDT 2026


================
@@ -0,0 +1,25 @@
+// On amdgcn nullptr is -1. We don't rewrite AST in such case
----------------
eleviant wrote:

Renamed the test to nullptr-is-not-0.cl

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


More information about the cfe-commits mailing list