quakeforge/tools/qfcc
Bill Currie 927a446bd3 [qfcc] Ensure type src type is a class
If the src type is not a class, there is no inheritance chain to walk.
Fixes a segfault when returning self after a syntax error in the
following:

    +(EditStatus *)withRect:(Rect)rect
    {
	return [[[self alloc] initWithRect:rect]:
    }

    -setCursorMode:(CursorMode)mode
    {
	cursorMode = mode;
	return self;
    }
2021-06-09 12:08:13 +09:00
..
doc [qfcc] Fix a typo in the man page 2021-02-09 15:02:22 +09:00
include [build] Autoconfiscate printf format attribute 2021-03-27 19:52:59 +09:00
source [qfcc] Ensure type src type is a class 2021-06-09 12:08:13 +09:00
test Merge master into csqc-improvements 2021-03-25 22:01:31 +09:00
AUTHORS more mailing list corrections 2003-07-12 21:50:22 +00:00
Makemodule.am [build] Move to non-recursive make 2020-06-25 11:35:37 +09:00
TODO Throw away function parameter type alias info 2020-02-26 17:46:53 +09:00