[clang] [compiler-rt] [llvm] [TySan] User-friendly (C style) pointer type names for error reports (PR #166381)

Matthew Nagy via llvm-commits llvm-commits at lists.llvm.org
Tue Nov 4 07:40:47 PST 2025


================
@@ -119,8 +119,6 @@ brief dictionary of these terms.
 
 * ``omnipotent char``: This is a special type which can alias with anything. Its name comes from the C/C++ 
   type ``char``.
-* ``type p[x]``: This signifies pointers to the type. ``x`` is the number of indirections to reach the final value.
----------------
gbMattN wrote:

If we use "print tbaa name" flag then this terminology is still used, so maybe we want to keep it in the docs? Adding a note before/ after that this is no longer default behaviour would maybe be better

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


More information about the llvm-commits mailing list