quakeforge/tools/qfcc/source
Bill Currie 66528e34fc [qfcc] Give return expressions their own type
Very simple for now (just the return value if not a void return), but
that's the last of the statements masquerading as expressions.
2022-01-09 16:28:08 +09:00
..
.indent.pro indent whitespace cleanup. not perfect, but a bit more consistent now 2001-12-06 19:49:40 +00:00
class.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
codespace.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
constfold.c [qfcc] Give return expressions their own type 2022-01-09 16:28:08 +09:00
cpp.c Get QF cross-compiling using MXE/mingw32 2021-03-27 20:09:37 +09:00
dags.c [qfcc] Add attached node's parents to source edges 2021-12-28 09:23:14 +09:00
debug.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
def.c [qfcc] Give alias expressions their own type 2022-01-08 12:06:52 +09:00
defspace.c [qfcc] Clean up some excess includes 2020-08-17 14:36:08 +09:00
diagnostic.c [qfcc] Make internal_error const correct 2021-06-28 18:12:15 +09:00
disassemble.c [gamecode] Remove the wart from def and function names 2021-12-31 15:02:31 +09:00
dot.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
dot_dag.c [qfcc] Keep track of reachable dag nodes 2021-06-29 09:41:03 +09:00
dot_expr.c [qfcc] Give return expressions their own type 2022-01-09 16:28:08 +09:00
dot_flow.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
dot_sblock.c [qfcc] Make it a little easier to see extra info 2021-12-27 14:15:51 +09:00
dot_type.c [util] Make va thread-safe 2021-01-31 16:05:48 +09:00
dump_globals.c [gamecode] Remove the wart from def and function names 2021-12-31 15:02:31 +09:00
dump_lines.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
dump_modules.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
dump_strings.c [qfcc] Remove a union wart from qfo_mspace_t 2021-12-26 20:37:01 +09:00
emit.c [qfcc] Hide details about instruction type 2022-01-07 19:05:26 +09:00
expr.c [qfcc] Give return expressions their own type 2022-01-09 16:28:08 +09:00
expr_assign.c [qfcc] Give return expressions their own type 2022-01-09 16:28:08 +09:00
expr_binary.c [qfcc] Clean out some old code 2022-01-08 21:21:31 +09:00
expr_bool.c [qfcc] Give branch expressions their own type 2022-01-09 14:02:16 +09:00
expr_compound.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
expr_obj.c [qfcc] Give select expressions their own type 2021-12-24 22:45:43 +09:00
flow.c [qfcc] Use flow analysis for dealloc check 2021-12-25 17:04:26 +09:00
function.c [qfcc] Fix static function declarations 2021-09-24 19:49:55 +09:00
grab.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
idstuff.c [gamecode] Remove the wart from def and function names 2021-12-31 15:02:31 +09:00
linker.c [qfcc] Add progs version to qfo and check in linker 2022-01-07 17:56:05 +09:00
Makemodule.am Get QF cross-compiling using MXE/mingw32 2021-03-27 20:09:37 +09:00
method.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
obj_file.c [qfcc] Add progs version to qfo and check in linker 2022-01-07 17:56:05 +09:00
obj_type.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
opcodes.c [qfcc] Create separate instruction init and lookup 2022-01-07 19:56:15 +09:00
options.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
pragma.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
qc-lex.l [qfcc] Handle l and ll integer suffixes 2021-06-13 13:25:18 +09:00
qc-parse.y [qfcc] Give branch expressions their own type 2022-01-09 14:02:16 +09:00
qfcc.c [gamecode] Remove the wart from def and function names 2021-12-31 15:02:31 +09:00
qfpreqcc Better handling of progs.dat and line numbers. 2012-11-15 15:04:51 +09:00
qfprogs.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
qp-lex.l [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
qp-parse.y [qfcc] Give return expressions their own type 2022-01-09 16:28:08 +09:00
reloc.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
shared.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
statements.c [qfcc] Give return expressions their own type 2022-01-09 16:28:08 +09:00
strpool.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
struct.c [gamecode] Move progs auxiliary headers into a subdirectory 2022-01-09 00:26:52 +09:00
stub.c [qfcc] Make internal_error const correct 2021-06-28 18:12:15 +09:00
switch.c [qfcc] Give branch expressions their own type 2022-01-09 14:02:16 +09:00
symtab.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
type.c [gamecode] Add etypes for long and ulong 2022-01-05 22:32:07 +09:00
value.c [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00