openclonk/tests/aul
Nicolas Hake 4c43ebf58c Warn when using variables outside of their block
When we introduce block scoping, using variables declared in a more
narrow scope from a block with wider scope will fail. Warn about
these so people can avoid it and fix their code.
2018-07-23 12:12:23 +02:00
..
AulDeathTest.cpp Fallback to sane settings when compiling scripts without ScriptHost 2017-02-16 19:32:42 +01:00
AulDiagnosticsTest.cpp Warn when using variables outside of their block 2018-07-23 12:12:23 +02:00
AulMathTest.cpp Remove a bit of dead code from C4Value 2016-01-24 02:09:13 +01:00
AulPredefinedFunctionTest.cpp C4Script: Add ParseInt function 2017-04-11 14:21:25 +02:00
AulSyntaxTest.cpp Aul: Add AST generation tests 2016-10-20 17:20:55 +02:00
AulSyntaxTestDetail.h Aul test: Write correct output for BoolLit 2017-02-13 15:24:17 +01:00
AulTest.cpp Aul tests: Increment subtest counter per script execution 2017-02-16 19:32:47 +01:00
AulTest.h Aul tests: Increment subtest counter per script execution 2017-02-16 19:32:47 +01:00
ErrorHandler.h Aul: Split out error handling into a separate class for easier testing 2016-10-19 14:20:41 +02:00