]> git.saurik.com Git - bison.git/history - tests
bison: avoid warnings from static code analysis
[bison.git] / tests /
2015-01-09  Akim Demaillec++: fix the use of destructors when variants are enabled
2015-01-08  Akim Demaillestyle: tests: simplify the handling of some C++ tests
2015-01-08  Akim Demaillec++: variants: don't leak the lookahead in error recovery
2015-01-08  Akim Demaillec++: comment and style changes
2015-01-05  Akim Demaillec++: locations: complete the API and fix comments
2015-01-04  Akim Demaille%union: fix the support for named %union
2015-01-04  Akim Demaillepackage: bump to 2015
2014-12-31  Akim Demailleyacc.c: fix broken union when api.value.type=union...
2014-02-03  Akim Demaillepackage: bump to 2014
2013-12-09  Akim Demaillediagnostics: fix the order of multiple declarations...
2013-12-04  Akim Demailleoutput: do not generate source files when late errors...
2013-12-04  Akim Demailleoutput: do not generate source files when early errors...
2013-11-26  Akim Demaillereports: display %empty in the generated pointed-rules
2013-11-15  Akim Demaillelalr1.cc: fix the support of YYERROR with variants
2013-11-15  Akim Demailletests: check $$'s destruction with variant, YYERROR...
2013-11-15  Akim Demailletests: simplify useless obfuscation
2013-11-08  Akim Demailleparsers: rename YY_NULL as YY_NULLPTR to avoid conflict...
2013-11-05  Akim Demaillebuild: use Automake 1.14's non-recursive Makefile features
2013-11-05  Akim Demaillebuild: restore maintainer-push-check
2013-11-05  Akim Demaillec++: use __attribute__((__pure__)) to avoid warnings
2013-10-24  Akim Demailletests: skip C++ tests that are too demanding for some...
2013-10-21  Akim Demailletests: fix incorrect object construction
2013-10-16  Akim Demailleglr: allow spaces between "%?" and "{" in predicates
2013-10-16  Akim Demaillediagnostics: "-Werror -Wno-error=foo" must not emit...
2013-09-19  Akim Demailletests: remove stray debugging traces
2013-09-04  Akim Demailletests: do not use grep -q
2013-08-01  Akim Demailletests: minor change to make it easier to test other...
2013-07-25  Akim Demailletests: fix invalid assignment when using variants in...
2013-07-03  Akim Demailletests: skip C++ tests if we can't compile a simple...
2013-07-03  Akim Demailletests: fix 'find' portability issues
2013-06-24  Akim Demaillejava: rename YYMORE as YYPUSH_MORE for consistency...
2013-06-21  Akim Demailletests: fix Java push failure when running with BISON_US...
2013-06-21  Akim Demaillestyle: minor changes in the Java tests
2013-06-13  Dennis Heimbignerjava: add push-parser support
2013-06-03  Akim Demailletests: fix a G++ warning
2013-05-29  Akim DemailleMerge remote-tracking branch 'origin/maint'
2013-04-22  Akim Demaillediagnostics: always point to the first directive
2013-04-22  Akim Demailletests: factor test for printer/desctructor redefined
2013-04-22  Akim Demaillediagnostics: use appropriate location for useless prece...
2013-04-22  Akim Demailletests: factor duplicate expected warnings
2013-04-19  Akim Demailletests: enable -Wsign-compare and fix corresponding...
2013-04-18  Akim Demaillemuscle: check more cases of %define variables with...
2013-04-16  Akim Demaillemuscle: check the kind of api.prefix, api.location...
2013-04-15  Akim Demaillemuscle: enforce definition syntax for keyword variables
2013-04-15  Akim Demaillemuscle: minor simplification which uncovers a missing...
2013-04-15  Akim Demaillemuscle: factor the kind check in M4
2013-04-11  Akim Demailleapi.token.prefix: use code values
2013-04-11  Akim Demaillec++: fix several issues with locations
2013-04-11  Akim Demaillemuscles: be sure that %code snippets are not glue toget...
2013-04-11  Akim Demaillestyle: fix comments
2013-04-10  Akim DemailleMerge remote-tracking branch 'origin/maint'
2013-04-09  Akim Demailleapi.value.type: use keyword/brace values
2013-04-09  Akim Demailleapi.value.type: diagnose guaranteed failure with -...
2013-04-09  Akim Demaillevalue type: accept "->" in type tags
2013-04-09  Akim Demailleapi.value.type: implement proper support, check, and...
2013-04-08  Akim Demaillemaint: update copyright years
2013-04-08  Akim Demaillebuild: avoid clang's colored diagnostics in the test...
2013-04-08  Akim Demailletests: please clang and use ".cc", not ".c", for C...
2013-04-05  Akim Demailleapi.namespace: demonstrate and use {...} values instead...
2013-03-06  Valentin Tolmergram: correct token numbering in precedence declarations
2013-03-04  Akim Demaillediagnostics: no longer include the yacc category in...
2013-03-04  Akim Demaillegrammar: no longer detect and cure missing semicolon...
2013-02-23  Akim Demaillestyle: space changes in the tests
2013-02-19  Akim Demailletests: fix invalid C++11 code
2013-02-18  Akim Demaillediagnostics: factor and enhance messages about duplicat...
2013-02-18  Akim Demaillestyle: no longer use backquotes
2013-02-18  Akim Demaillereport: use %empty to denote empty rules
2013-02-18  Akim Demaillediagnostics: %empty enables -Wempty-rule
2013-02-18  Akim Demaille-Wempty-rule: diagnose empty rules without %empty
2013-02-18  Akim Demailletests: use %empty
2013-02-18  Akim Demaillegrammar: introduce %empty
2013-02-16  Akim Demaillediagnostics: revamp the handling of -Werror
2013-02-14  Akim Demailleoptions: don't accept "error=" for -f and -r
2013-02-14  Akim Demaillediagnostics: no longer pretty-print rules in error...
2013-02-11  Akim Demailletests: enlarge the allowed duration for calc tests
2013-02-04  Akim Demailletests: improve the language independance layer
2013-02-01  Theophile Ranquettests: use AT_FULL_COMPILE where possible
2013-02-01  Theophile Ranquetvariants: avoid type punning issue
2013-01-30  Akim Demailletests: put two related tests together
2013-01-30  Valentin Tolmerwarnings: introduce -Wprecedence
2013-01-30  Akim Demaillebuild: avoid clang's colored diagnostics in the test...
2013-01-30  Valentin Tolmergrammar: record used associativity and print useless...
2013-01-29  Valentin Tolmergrammar: warn about unused precedence for symbols
2013-01-29  Akim Demaillemaint: be sure to neutralize out-of-tree paths from...
2013-01-29  Akim Demaillec++: please G++ 4.8 with -O3: type puning issue
2013-01-28  Akim Demaillemaint: fix syntax-check issues
2013-01-28  Akim Demailletests: please C90 compilers
2013-01-28  Akim Demailletests: please clang and use ".cc", not ".c", for C...
2013-01-28  Akim Demailletests: formatting changes
2013-01-28  Akim Demailletests: check that using variants is exception safe
2013-01-28  Akim Demailletests: remove useless %defines
2013-01-28  Akim Demailletests: enable support for --debug
2013-01-28  Akim Demaillec++: revamp the support for variants
2013-01-27  Valentin Tolmertests: add token declaration order test
2013-01-27  Valentin Tolmergrammar: preserve token declaration order
2013-01-25  Akim Demailletests: improve test group titles
2013-01-25  Akim Demaillec: no longer require stdio.h when locations are enabled
2013-01-25  Akim Demaillec++: display locations as C does
2013-01-25  Akim Demailletests: highlight empty right-hand sides
2013-01-21  Akim Demailletests: generalize default main for api.namespace
next