mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
SwiftSyntax Parser: expose parser diagnostics via C API.
This allows SwiftSyntax to listen to emitted diagnostics during parsing. rdar://48439271
This commit is contained in:
@@ -4,3 +4,11 @@ swiftparse_parser_dispose
|
||||
swiftparse_parser_set_node_handler
|
||||
swiftparse_parser_set_node_lookup
|
||||
swiftparse_syntax_structure_versioning_identifier
|
||||
swiftparse_parser_set_diagnostic_handler
|
||||
swiftparse_diagnostic_get_message
|
||||
swiftparse_diagnostic_get_fixit_count
|
||||
swiftparse_diagnostic_get_fixit
|
||||
swiftparse_diagnostic_get_range_count
|
||||
swiftparse_diagnostic_get_range
|
||||
swiftparse_diagnostic_get_severity
|
||||
swiftparse_diagnostic_get_source_loc
|
||||
|
||||
Reference in New Issue
Block a user