[Bug 279403] typedef redeclaration in base include becoming an issue for DTrace

From: <bugzilla-noreply_at_freebsd.org>
Date: Thu, 02 Jan 2025 18:49:26 UTC
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=279403

Mark Johnston <markj@FreeBSD.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
           See Also|https://reviews.freebsd.org |
                   |/D48254                     |

--- Comment #2 from Mark Johnston <markj@FreeBSD.org> ---
D48254 is unrelated.  I believe the underlying problem here is that libdtrace
wants to be able to parse C headers, and its parser is too simple.  For
instance, it has trouble with attribute declarations.  I worked a bit on it but
it doesn't seem easy to solve and I haven't had a chance to go back to it.

-- 
You are receiving this mail because:
You are the assignee for the bug.