From 97c89c667d92d6d987ad60d8f74295faca1f8878 Mon Sep 17 00:00:00 2001 From: Bill Currie Date: Wed, 19 Dec 2012 21:52:10 +0900 Subject: [PATCH] Add more todo items. --- tools/qfcc/TODO | 2 ++ 1 file changed, 2 insertions(+) diff --git a/tools/qfcc/TODO b/tools/qfcc/TODO index 070fd30c2..f9867c2b3 100644 --- a/tools/qfcc/TODO +++ b/tools/qfcc/TODO @@ -10,6 +10,8 @@ M arrays in structures M unnamed function parameters for prototypes/typdefs etc. I optimizations (esp CSE) I fix used/uninitialized warnings +o id id; +o vec = [x, y, z]; expressions (nice feature in fteqcc) o fix enums in switch statements (use tables (treat as int), check missing) o arrays in entities o optional arguments for functions (alternative to overloading)