Files
Martin Vogel a306c3d15a Prototype tree_sitter_awk/tree_sitter_mermaid as (void)
Both vendored generated parsers declared the entrypoint with an empty parameter list, so calling them through the const TSLanguage *(*)(void) factory pointer is an undefined function-type mismatch (UBSan, clang). Add void to match every other grammar and the extern declaration.
2026-06-06 14:57:29 +02:00
..