]> git.saurik.com Git - bison.git/history - data/lalr1-fusion.cc
Avoid empty-if warnings.
[bison.git] / data / lalr1-fusion.cc
2008-11-07  Akim DemailleAvoid empty-if warnings.
2008-11-07  Akim DemailleDestroy the variants that remain on the stack in case...
2008-11-07  Akim DemailleAdd "%define assert" to variants.
2008-11-04  Akim DemailleFormatting changes.
2008-11-04  Akim DemailleFormatting changes.
2008-11-04  Akim DemailleDon't memcpy C++ structures.
2008-11-04  Akim DemailleSort methods.
2008-11-04  Akim DemailleUseless parens.
2008-11-04  Akim DemailleRemove trailing empty line.
2008-11-04  Akim DemailleFix output of copyright years.
2008-11-04  Akim DemailleAvoid the spurious initial empty line.
2008-11-04  Akim DemailleRemove parser::rhs_number_type.
2008-11-04  Akim DemailleFix iteration type.
2008-11-04  Akim DemailleFactor the declaration of the integer tables.
2008-11-03  Akim DemailleFix indentation of tables in lalr1.cc
2008-11-03  Akim DemailleDestroy the lhs symbols after reduction.
2008-11-03  Akim DemailleSimplify yysyntax_error_ use.
2008-11-03  Akim DemailleLet yy::variant::build return an lvalue.
2008-11-03  Akim DemailleDefine yy::variant only when needed.
2008-11-03  Akim DemailleFuse the three stacks into a single one.