From: Akim Demaille Date: Tue, 25 Sep 2012 12:18:04 +0000 (+0200) Subject: lalr1.cc: check exception safety of error handling X-Git-Tag: v2.6.90~83 X-Git-Url: https://git.saurik.com/bison.git/commitdiff_plain/e8b86af83dd7dab9bc5c612583d5443c55ee2bb0?hp=e8b86af83dd7dab9bc5c612583d5443c55ee2bb0 lalr1.cc: check exception safety of error handling * 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. ---