Parse sizeof(T){...} correctly, i.e. not sizeof type, but sizeof expression starting...
authorChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Oct 2008 15:40:15 +0000 (15:40 +0000)
committerChristoph Mallon <christoph.mallon@gmx.de>
Mon, 27 Oct 2008 15:40:15 +0000 (15:40 +0000)
commit50591e27ad6276fa0b1d31c61486c9798e9031a4
treeab3f4b3c921aeaab5bf52cb486a09e35ed602e0f
parent84570f0af7ae1102c7a22a95fdffb8ac3bfafbec
Parse sizeof(T){...} correctly, i.e. not sizeof type, but sizeof expression starting with a compound literal.

[r23234]
parser.c