diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index 89c66f8e2..70a37f1dd 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -20,3 +20,6 @@ o short circuit logic for && and || (optional?) o warn for local shaddowing parameter o quaternion type. Tricky: requires 4 word args/return o CSE optimisations. Hard? +o clean up error expression handling to minimuse follow on errors +o fix local structure used/uninitialized warnings +o arrays in entities/structures?