Internals: Refactor to create V3AstAttr.h (#6491). No functional change intended.

This commit is contained in:
Wilson Snyder 2025-09-27 08:19:57 -04:00
parent b3350a4f3b
commit 89cd5417ef
4 changed files with 1651 additions and 1610 deletions

View File

@ -44,6 +44,7 @@ set(HEADERS
V3Assert.h
V3AssertPre.h
V3Ast.h
V3AstAttr.h
V3AstInlines.h
V3AstNodeDType.h
V3AstNodeExpr.h

View File

@ -333,6 +333,7 @@ VLCOV_OBJS = \
VlcMain.o \
NON_STANDALONE_HEADERS = \
V3AstAttr.h \
V3AstInlines.h \
V3AstNodeDType.h \
V3AstNodeExpr.h \

File diff suppressed because it is too large Load Diff

1645
src/V3AstAttr.h Normal file

File diff suppressed because it is too large Load Diff