[clang] [TBAA] Don't emit pointer-tbaa for void pointers. (PR #122116)

Florian Hahn via cfe-commits cfe-commits at lists.llvm.org
Thu Jan 30 10:16:44 PST 2025


================
@@ -5272,6 +5296,8 @@ The Visual C++ Toolset has a slightly more elaborate mechanism for detection.
 Restrictions and Limitations compared to Clang
 ----------------------------------------------
 
+.. _clang_cl_strict_aliasing:
+
 Strict Aliasing
----------------
fhahn wrote:

I shortened the section here, linking back to the main section. I kept a sentence here to call out the difference. WDYT?

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


More information about the cfe-commits mailing list