Fix type completion for array types as well
commitc4787e3626904fc542bd640cc368a9d306347008
authorMichael Matz <matz@suse.de>
Fri, 30 Nov 2018 22:43:30 +0000 (30 23:43 +0100)
committerMichael Matz <matz@suse.de>
Fri, 30 Nov 2018 22:43:30 +0000 (30 23:43 +0100)
tree0cbe5d64cc73a7db62fefa64b65dcb7b7f791488
parentf7779efe58520fa735f550651d003f09dce9b684
Fix type completion for array types as well

like qualifier merging the array sizes are merged as well
for the operands of ?:, and they must not statically influence
the types of decls.

Also fix some style problems, spaces aren't stinky :)
tccgen.c
tests/tests2/94_generic.c