[libc-commits] [libc] [libc][hdrgen] Extend guard attribute support for types (PR #189803)
via libc-commits
libc-commits at lists.llvm.org
Fri Apr 10 13:57:30 PDT 2026
================
@@ -10,6 +10,7 @@
class Type(Symbol):
- # A type so far carries no specific information beyond its name.
- def __init__(self, name):
+ # A type carries its name and guard.
----------------
un-pixelated wrote:
Fixed, thank you
https://github.com/llvm/llvm-project/pull/189803
More information about the libc-commits
mailing list