quakeforge/tools/qfcc
Bill Currie d1e83b9d48 [qfcc] Create a compound initializer expression type
This fixes the problem of using the return value of a function as an
element in a compound initializer. The cause of the problem is that
compound initializers were represented by block expressions, but
function calls are contained within block expressions, so def
initialization saw the block expression and thought it was a nested
compound initializer.

Technically, it was a bug in the nested element parsing code in that it
wasn't checking the result value of the block expression, but using a
whole new expression type makes things much cleaner and the work done
paves the way for labeled initializers and compound assignments.
2020-03-11 15:46:57 +09:00
..
doc [qfcc] Add option to promote of float through ... 2020-03-08 19:13:57 +09:00
include [qfcc] Create a compound initializer expression type 2020-03-11 15:46:57 +09:00
source [qfcc] Create a compound initializer expression type 2020-03-11 15:46:57 +09:00
test [qfcc] Update sendv test for corrected implementation 2020-03-11 11:04:49 +09:00
AUTHORS more mailing list corrections 2003-07-12 21:50:22 +00:00
Makefile.am Add a test harness for qfcc. 2012-11-22 21:59:01 +09:00
TODO Throw away function parameter type alias info 2020-02-26 17:46:53 +09:00
bootstrap scary, but the only changes qfcc needed to build as part of quakeforge was 2002-01-22 05:48:03 +00:00
configure.in Replace system defines/includes with qfcc's 2020-02-19 02:35:09 +09:00