]> git.saurik.com Git - bison.git/commitdiff
lalr1.cc: check exception safety of error handling
authorAkim Demaille <akim@lrde.epita.fr>
Tue, 25 Sep 2012 12:18:04 +0000 (14:18 +0200)
committerAkim Demaille <akim@lrde.epita.fr>
Sat, 6 Oct 2012 17:53:45 +0000 (19:53 +0200)
* tests/c++.at (Exception safety): Don't use swap here, it
is useless.
Cover more test cases: yyerror, YYERROR, YYABORT, and
error recovery.
(Object): Instead of just keeping a counter of instances, keep
a list of them.


No differences found