mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
* Move `AvailabilitySpec` handling logic to AST, so they can be shared between libParse and ASTGen * Requestify '-define-availability' arguments parsing and parse them with 'SwiftParser' according to the 'ParserASTGen' feature flag * Implement 'AvailableAttr' generation in ASTGen
16 lines
358 B
CMake
16 lines
358 B
CMake
target_sources(swiftAST PRIVATE
|
|
ASTContextBridging.cpp
|
|
AvailabilityBridging.cpp
|
|
DeclAttributeBridging.cpp
|
|
DeclBridging.cpp
|
|
DeclContextBridging.cpp
|
|
DiagnosticsBridging.cpp
|
|
ExprBridging.cpp
|
|
GenericsBridging.cpp
|
|
MiscBridging.cpp
|
|
PatternBridging.cpp
|
|
PluginBridging.cpp
|
|
StmtBridging.cpp
|
|
TypeAttributeBridging.cpp
|
|
TypeReprBridging.cpp)
|