libfirm / cparser

C99 parser and frontend for libfirm
http://pp.ipd.kit.edu/firm
GNU General Public License v2.0
336 stars 38 forks source link

cparser hangs on unterminated macro invocation in #if #49

Open GabrielRavier opened 4 years ago

GabrielRavier commented 4 years ago
#define f(x) x

#if 1 f(
)

This makes cparser hang