1 file changed
+1
-1
lines changedSubmodule sourcepawn updated 34 files
- compiler/AMBuilder+1
- compiler/ast-printer.cpp+628
- compiler/ast-printer.h+67
- compiler/ast-types.h+2
- compiler/code-generator.cpp+22-19
- compiler/compile-options.h+2-2
- compiler/driver.cpp+3
- compiler/main.cpp+6
- compiler/messages.h+1
- compiler/parse-node.cpp-12
- compiler/parse-node.h+13-8
- compiler/parser.cpp+1-1
- compiler/semantics.cpp+48-93
- compiler/semantics.h-31
- compiler/type-checker.cpp+4-1
- tests/compile-only/fail-assign-int64-to-int.txt+1-1
- tests/compile-only/fail-assign-void-to-var.sp+6
- tests/compile-only/fail-assign-void-to-var.txt+1
- tests/compile-only/fail-int64-to-any.txt-1
- tests/compile-only/fail-unterminated-sizeof-parens.sp+9
- tests/compile-only/fail-unterminated-sizeof-parens.txt+1
- tests/compile-only/fail-void-in-unary-expr.sp+6
- tests/compile-only/fail-void-in-unary-expr.txt+1
- tests/compile-only/fail-void-in-varargs.sp+5
- tests/compile-only/fail-void-in-varargs.txt+1
- tests/compile-only/fail-void-result-in-return.sp+6
- tests/compile-only/fail-void-result-in-return.txt+1
- tests/compile-only/ok-assign-any-to-int64.sp+7
- tests/int64/view_as.out+1
- tests/int64/view_as.sp+5
- tests/regressions/use-global-before-def.out+1
- tests/regressions/use-global-before-def.sp+8
- tests/sourcemod/include/admin.inc+1-1
- tests/sourcemod/include/textparse.inc+1-1
0 commit comments