Yukihiro "Matz" Matsumoto

Results 1 issues of Yukihiro "Matz" Matsumoto

In the generated C file, we see `YY_INITIAL_VALUE (static YYSTYPE yyval_default;)`, but `clang` raises error `error: default initialization of an object of const type`. According to the C++ language specification,...

bug