Skip to content

Commit 454579e

Browse files
committed
Reland [Syntax] Add minimal TableGen for syntax nodes. NFC
This reverts commit 09c6259. (Fixed side-effecting code being buried in an assert)
1 parent e7b8d37 commit 454579e

File tree

11 files changed

+377
-326
lines changed

11 files changed

+377
-326
lines changed

clang/include/clang/CMakeLists.txt

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,4 @@ add_subdirectory(Parse)
55
add_subdirectory(Sema)
66
add_subdirectory(Serialization)
77
add_subdirectory(StaticAnalyzer/Checkers)
8+
add_subdirectory(Tooling/Syntax)
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
clang_tablegen(Nodes.inc -gen-clang-syntax-node-list
2+
SOURCE Nodes.td
3+
TARGET ClangSyntaxNodeList)
4+

0 commit comments

Comments
 (0)