Files
swift-mirror/tools/swift-syntax-parser-test/swift-syntax-parser-test.cpp
Alex Hoppen dd9e831ba7 [libSyntax] Explicitly pass source file length to c parse actions
Previously, the passed in source file was implicitly terminated by the
first null character. The source file might, however, contain a null
character in the middle and we shouldn't stop parsing at it.
2021-03-04 22:20:11 +01:00

9.4 KiB