summaryrefslogtreecommitdiff
path: root/tests/c++.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
* c++: avoid using the obsolete namesAkim Demaille2021-09-121-2/+2
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-4/+4
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* style: YYUSE is private, make it YY_USEAkim Demaille2021-01-031-3/+3
* tests: factor the access to token kindsAkim Demaille2020-12-051-6/+6
* deprecate %defines in favor of %headerAkim Demaille2020-09-191-5/+5
* glr2.cc: fork glr.cc to a c++ versionValentin Tolmer2020-08-301-0/+1
* tests: don't use $VERBOSEAkim Demaille2020-06-291-1/+1
* c++: by default, use const std::string for file namesAkim Demaille2020-06-271-14/+21
* c++: get rid of global_tokens_and_yystypeAkim Demaille2020-06-161-3/+1
* tests: don't use == to compare const char *...Akim Demaille2020-05-141-2/+2
* c++: provide yy::parser::symbol_type::nameAkim Demaille2020-05-101-0/+1
* c++: make parser::symbol_name publicAkim Demaille2020-05-101-11/+17
* doc: spell checkAkim Demaille2020-04-131-1/+1
* skeletons: use "end of file" instead of "$end"Akim Demaille2020-04-121-1/+1
* traces: don't print the stack before the gotosAkim Demaille2020-02-051-3/+0
* traces: show the stack after reading a tokenAkim Demaille2020-02-051-0/+7
* traces: write the "Reading a token" alone on its lineAkim Demaille2020-02-041-3/+6
* c++: report the stack at the same places as in CAkim Demaille2020-01-151-0/+1
* c++: display the stack in the same order as in CAkim Demaille2020-01-151-1/+1
* package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
* tests: refactor the handling of PerlAkim Demaille2019-10-131-1/+1
* tests: add missing includesAkim Demaille2019-10-101-1/+2
* tests: add noexcept to please GCC 9Akim Demaille2019-09-081-1/+1
* tests: make sure the default action properly works in C++Akim Demaille2019-06-091-0/+60
* tests: use %empty instead of commentsAkim Demaille2019-05-081-1/+1
* diagnostics: copy GCC9's formatAkim Demaille2019-04-231-6/+6
* tests: simplify AT_PARSER_CHECK usageAkim Demaille2019-02-211-20/+20
* tests: dispatch per lang on AT_DATA_GRAMMARAkim Demaille2019-02-211-0/+2
* c, c++: avoid implicit fall-throwAkim Demaille2019-01-151-1/+2
* diagnostics: prefer ^~~~ to ^^^^ to underline codeAkim Demaille2019-01-141-3/+3
* c++: beware of -WshadowAkim Demaille2019-01-131-2/+1
* tests: fix usage of AT_PARSER_CHECKAkim Demaille2019-01-121-4/+7
* package: bump copyrights to 2019Akim Demaille2019-01-051-2/+2
* glr.cc: fix the handling of syntax_error from the scannerAkim Demaille2019-01-051-17/+32
* glr.cc: don't issue two error messages when syntax_error is thrownAkim Demaille2019-01-021-2/+7
* glr.cc: support syntax_error exceptionsAkim Demaille2018-12-311-0/+1
* tests: refactorAkim Demaille2018-12-301-8/+16
* c++: also provide a copy constructor for symbol_typeAkim Demaille2018-12-241-0/+8
* c++: fix double free when a symbol_type was movedAkim Demaille2018-12-241-0/+11
* c++: style: improve testsAkim Demaille2018-12-241-13/+20
* tests: fixesAkim Demaille2018-12-231-18/+14
* warning: avoid warnings about unreachable codeAkim Demaille2018-11-251-2/+0
* tests: clarify some magic constantAkim Demaille2018-11-131-2/+4
* tests: migrate from %error-verbose to %define parse.error verboseAkim Demaille2018-11-121-2/+2
* parser: deprecate %ntermAkim Demaille2018-11-121-2/+2
* c++: improve the generated documentationAkim Demaille2018-11-041-3/+4
* tests: be strict about typesAkim Demaille2018-10-221-2/+2