openclonk/tests/aul
Nicolas Hake 1594acd3ed Aul: Warn if a function parameter shadows a local variable
Yeah. Aul looks up function parameters before local variables when
trying to resolve an identifier. Usually this doesn't matter, but you'll
notice it if you have a local variable and a parameter with the same
name, because the variable should be initialized to nil yet you get the
value of the parameter.
2017-02-13 17:20:03 +01:00
..
AulDeathTest.cpp Add test for 57a35bf fix 2016-06-05 13:36:32 +02:00
AulMathTest.cpp Remove a bit of dead code from C4Value 2016-01-24 02:09:13 +01:00
AulPredefinedFunctionTest.cpp Tests: Split test helper functions into Expr/Code/Script evaluators 2016-10-19 13:45:11 +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: Warn if a function parameter shadows a local variable 2017-02-13 17:20:03 +01:00
AulTest.h Tests: Split test helper functions into Expr/Code/Script evaluators 2016-10-19 13:45:11 +02:00
ErrorHandler.h Aul: Split out error handling into a separate class for easier testing 2016-10-19 14:20:41 +02:00