Generate libSyntax API (#10926)

* Generate libSyntax API

This patch removes the hand-rolled libSyntax API and replaces it with an
API that's entirely automatically generated. This means the API is
guaranteed to be internally stylistically and functionally consistent.
This commit is contained in:
Harlan
2017-07-25 18:19:58 -07:00
committed by GitHub
parent 7ce3dcf8d5
commit a5098e6b69
78 changed files with 2683 additions and 7298 deletions

View File

@@ -3,3 +3,4 @@ configure_file(Config.h.in ${CMAKE_CURRENT_BINARY_DIR}/Config.h
add_subdirectory(Option)
add_subdirectory(SwiftRemoteMirror)
add_subdirectory(Syntax)