summaryrefslogtreecommitdiff
path: root/tests/types.at
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* glr2.cc: start the transition to using symbol_typeAkim Demaille2021-09-121-0/+1
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-1/+1
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* deprecate %defines in favor of %headerAkim Demaille2020-09-191-3/+3
* glr2.cc: fork glr.cc to a c++ versionValentin Tolmer2020-08-301-1/+1
* style: rename user_token_number as codeAkim Demaille2020-05-231-2/+2
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* c++: fix old cast warningsAkim Demaille2019-11-021-2/+2
* tests: simplify AT_PARSER_CHECK usageAkim Demaille2019-02-211-1/+1
* diagnostics: improve accuracy for deprecated %define variablesAkim Demaille2019-01-141-2/+2
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* c++: exhibit a safe symbol_typeAkim Demaille2018-12-221-3/+21
* c++: provide symbol constructors per typeAkim Demaille2018-12-221-0/+19
* c++: style changesAkim Demaille2018-12-221-6/+4
* style: simplify testsAkim Demaille2018-12-221-2/+2
* c++: fix token constructors for types with commasAkim Demaille2018-12-191-1/+23
* C++: support variadic emplaceAkim Demaille2018-12-101-6/+7
* c++: using macros around user types breaks when they include commaAkim Demaille2018-11-201-0/+18
* tests: run the api.value.type tests for all C++ standardsAkim Demaille2018-11-161-4/+7
* tests: be strict about typesAkim Demaille2018-10-221-1/+1
* tests: rename AT_SKEL_CC_IF/AT_SKEL_JAVA_IF as AT_CXX_IF/AT_JAVA_IFAkim Demaille2018-10-211-6/+6
* c++: check that emplace for rvalues worksAkim Demaille2018-10-211-17/+42
* %printer: promote yyo rather than yyoutputAkim Demaille2018-10-201-5/+5
* tests: fix a memory leakAkim Demaille2018-09-231-7/+12
* tests: fix memory leakAkim Demaille2018-09-181-3/+7
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* style: don't use std::endlAkim Demaille2018-05-081-1/+1
* %union: fix the support for named %unionAkim Demaille2015-01-041-12/+36
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* 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-031-1/+1
* api.value.type: use keyword/brace valuesAkim Demaille2013-04-091-6/+15
* api.value.type: diagnose guaranteed failure with --yaccAkim Demaille2013-04-091-0/+20
* value type: accept "->" in type tagsAkim Demaille2013-04-091-1/+31
* api.value.type: implement proper support, check, and documentAkim Demaille2013-04-091-0/+171