summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* C++: fix uses of `inline`Akim Demaille2018-05-101-8/+13
* style: don't use std::endlAkim Demaille2018-05-086-20/+20
* tests: we might need to find gnulib headersAkim Demaille2018-05-081-2/+2
* lalr1, yacc: use the default location as initial error locationAkim Demaille2015-08-121-6/+80
* tests: beware of additional warnings from GCC 5Akim Demaille2015-08-121-4/+7
* tests: update our Valgrind suppression filesAkim Demaille2015-08-121-3/+5
* tests: be robust to platforms that support UTF-8 even with LC_ALL=CAkim Demaille2015-02-101-3/+5
* tests: java: avoid recent Java featuresAkim Demaille2015-02-101-3/+21
* tests: c++: fix symbol lookup issueAkim Demaille2015-01-261-29/+36
* build: re-enable compiler warnings, and fix themAkim Demaille2015-01-236-8/+8
* tests: c++: fix a C++03 conformance issueAkim Demaille2015-01-221-3/+6
* tests: fix a titleAkim Demaille2015-01-201-1/+1
* c++: reserve 200 slots in the parser's stackAkim Demaille2015-01-201-1/+0
* tests: be more robust to unrecognized synclines, and try to recognize xlcAkim Demaille2015-01-201-12/+35
* tests: fix C++ conformanceAkim Demaille2015-01-201-1/+2
* tests: split a large test case into several smaller onesAkim Demaille2015-01-131-4/+7
* c++: fix the use of destructors when variants are enabledAkim Demaille2015-01-091-5/+30
* style: tests: simplify the handling of some C++ testsAkim Demaille2015-01-081-14/+13
* c++: variants: don't leak the lookahead in error recoveryAkim Demaille2015-01-081-26/+43
* c++: comment and style changesAkim Demaille2015-01-081-4/+4
* c++: locations: complete the API and fix commentsAkim Demaille2015-01-051-0/+7
* %union: fix the support for named %unionAkim Demaille2015-01-043-12/+110
* package: bump to 2015Akim Demaille2015-01-0426-26/+26
* yacc.c: fix broken union when api.value.type=union and %defines are usedAkim Demaille2014-12-311-6/+27
* package: bump to 2014Akim Demaille2014-02-0326-26/+26
* diagnostics: fix the order of multiple declarations reportsAkim Demaille2013-12-091-31/+99
* output: do not generate source files when late errors are caughtAkim Demaille2013-12-041-1/+9
* output: do not generate source files when early errors are caughtAkim Demaille2013-12-041-12/+23
* reports: display %empty in the generated pointed-rulesAkim Demaille2013-11-263-23/+23
* lalr1.cc: fix the support of YYERROR with variantsAkim Demaille2013-11-151-3/+0
* tests: check $$'s destruction with variant, YYERROR, and no error recoveryAkim Demaille2013-11-151-21/+37
* tests: simplify useless obfuscationAkim Demaille2013-11-151-14/+14
* parsers: rename YY_NULL as YY_NULLPTR to avoid conflicts with FlexAkim Demaille2013-11-087-21/+21
* build: use Automake 1.14's non-recursive Makefile featuresAkim Demaille2013-11-051-1/+1
* build: restore maintainer-push-checkAkim Demaille2013-11-051-0/+3
* c++: use __attribute__((__pure__)) to avoid warningsAkim Demaille2013-11-051-1/+5
* tests: skip C++ tests that are too demanding for some compilersAkim Demaille2013-10-242-0/+45
* tests: fix incorrect object constructionAkim Demaille2013-10-211-1/+2
* glr: allow spaces between "%?" and "{" in predicatesAkim Demaille2013-10-161-0/+30
* diagnostics: "-Werror -Wno-error=foo" must not emit errorsAkim Demaille2013-10-162-14/+23
* tests: remove stray debugging tracesAkim Demaille2013-09-191-2/+1
* tests: do not use grep -qAkim Demaille2013-09-041-4/+9
* tests: minor change to make it easier to test other skeletonsAkim Demaille2013-08-011-9/+8
* tests: fix invalid assignment when using variants in C++11Akim Demaille2013-07-251-3/+3
* tests: skip C++ tests if we can't compile a simple programAkim Demaille2013-07-032-3/+35
* tests: fix 'find' portability issuesAkim Demaille2013-07-031-4/+5
* java: rename YYMORE as YYPUSH_MORE for consistency with CAkim Demaille2013-06-241-8/+8
* tests: fix Java push failure when running with BISON_USE_PUSH_FOR_PULLAkim Demaille2013-06-211-3/+18
* style: minor changes in the Java testsAkim Demaille2013-06-212-15/+13
* java: add push-parser supportDennis Heimbigner2013-06-133-3/+855