summaryrefslogtreecommitdiff
path: root/tests/cxx-type.at
Commit message (Expand)AuthorAgeFilesLines
* style: enforce GNU-style variable namesAkim Demaille2022-07-311-11/+11
* tests: avoid useless variablesAkim Demaille2022-07-311-14/+14
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* tests: fix coding styleAkim Demaille2021-11-061-42/+39
* style: rename stmtMerge as stmt_mergeAkim Demaille2021-08-291-9/+9
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* glr: examples: fix locationsAkim Demaille2021-01-101-19/+19
* glr: strengthen the testsAkim Demaille2021-01-051-22/+34
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* c++: fix old cast warningsAkim Demaille2019-11-021-21/+18
* tests: simplify AT_PARSER_CHECK usageAkim Demaille2019-02-211-9/+9
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* tests: migrate from %error-verbose to %define parse.error verboseAkim Demaille2018-11-121-1/+1
* tests: be strict about typesAkim Demaille2018-10-221-5/+4
* style: tests: remove useless reference to 'int' in integral typesAkim Demaille2018-08-141-1/+1
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* build: re-enable compiler warnings, and fix themAkim Demaille2015-01-231-1/+1
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* parsers: rename YY_NULL as YY_NULLPTR to avoid conflicts with FlexAkim Demaille2013-11-081-7/+7
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* tests: fix locations in CAkim Demaille2012-11-051-2/+2
* tests: use assert instead of plain abort.Akim Demaille2012-06-261-6/+4
* tests: more uniformity.Akim Demaille2012-06-221-2/+1
* tests: handle locations in a more generic way.Akim Demaille2012-06-221-63/+47
* c++: more YY_NULLAkim Demaille2012-04-011-85/+85
* maint: run "make update-copyright".Akim Demaille2012-01-131-1/+1
* maint: run "make update-copyright".Joel E. Denny2011-01-021-2/+1
* Do not use date ranges in copyright notices.Paul Eggert2010-06-231-1/+3
* maint: run "make update-copyright"Joel E. Denny2010-01-041-2/+1
* maint: run "make update-copyright"Joel E. Denny2009-08-061-2/+2
* Build testsuite with newer autoconf.Eric Blake2008-12-051-14/+14
* Automate regression testing of the XML/XSLT implementation. DiscussedJoel E. Denny2007-12-221-1/+1
* Deprecate %pure-parser and add `%define api.pure'. Discussed startingJoel E. Denny2007-10-291-5/+6
* Update to GPLv3.Paul Eggert2007-08-151-8/+6
* Fix test failure reported by Tom Lane inPaul Eggert2006-10-061-0/+2
* Fix white space glitches.Paul Eggert2006-01-221-1/+1
* Minor fixups to get 'make maintainer-check' to work.Paul Eggert2006-01-201-0/+2
* Update copyright year to 2006.Paul Eggert2006-01-031-1/+1
* * data/glr.c: Reformat whitespace with tabs.Akim Demaille2006-01-021-43/+43
* * NEWS: Reword %destructor vs YYABORT etc.Paul Eggert2005-12-221-5/+5
* * tests/cxx-type.at: Construct a tree, count the parents of sharedAkim Demaille2005-12-211-22/+113
* * NEWS: Version 2.0b.Paul Eggert2005-07-241-2/+2
* Don't pipe output of ./types through sed toPaul Eggert2005-07-201-9/+9
* (_AT_TEST_GLR_CXXTYPES): Work even withPaul Eggert2005-07-201-2/+3
* (_AT_TEST_GLR_CXXTYPES): Don't try to have yyerror return 0, now thatPaul Eggert2005-07-191-1/+0
* Fix yyerror / yylex test glitches noted by twlevo@xs4all.nl.Paul Eggert2005-07-181-2/+2
* Improve tests for stack overflow in GLR parser.Paul Eggert2005-07-181-2/+2
* * data/glr.c (YYSTACKEXPANDABLE): Don't define if already defined.Paul Eggert2005-07-141-0/+1