[libc-commits] [libc] [libc][hdrgen] Extend guard attribute support for types (PR #189803)
Victor Campos via libc-commits
libc-commits at lists.llvm.org
Wed Apr 8 08:07:39 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.
----------------
vhscampos wrote:
Clarify that the guard is optional.
https://github.com/llvm/llvm-project/pull/189803
More information about the libc-commits
mailing list