summaryrefslogtreecommitdiff
path: root/tests/c++.at
Commit message (Expand)AuthorAgeFilesLines
* c++: reserve 200 slots in the parser's stackAkim Demaille2015-01-201-1/+0
* tests: fix C++ conformanceAkim Demaille2015-01-201-1/+2
* 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
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* 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-081-4/+4
* tests: skip C++ tests that are too demanding for some compilersAkim Demaille2013-10-241-0/+2
* tests: fix incorrect object constructionAkim Demaille2013-10-211-1/+2
* 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: fix a G++ warningAkim Demaille2013-06-031-7/+7
* api.token.prefix: use code valuesAkim Demaille2013-04-111-2/+2
* c++: fix several issues with locationsAkim Demaille2013-04-111-0/+62
* api.namespace: demonstrate and use {...} values instead of "..." valuesAkim Demaille2013-04-051-2/+2
* tests: fix invalid C++11 codeAkim Demaille2013-02-191-25/+33
* style: no longer use backquotesAkim Demaille2013-02-181-2/+2
* tests: use AT_FULL_COMPILE where possibleTheophile Ranquet2013-02-011-6/+4
* variants: avoid type punning issueTheophile Ranquet2013-02-011-3/+3
* c++: please G++ 4.8 with -O3: type puning issueAkim Demaille2013-01-291-1/+1
* maint: fix syntax-check issuesAkim Demaille2013-01-281-2/+3
* tests: check that using variants is exception safeAkim Demaille2013-01-281-28/+57
* tests: remove useless %definesAkim Demaille2013-01-281-6/+0
* tests: enable support for --debugAkim Demaille2013-01-281-4/+4
* c++: revamp the support for variantsAkim Demaille2013-01-281-0/+85
* tests: highlight empty right-hand sidesAkim Demaille2013-01-251-1/+1
* tests: generalize default main for api.namespaceAkim Demaille2013-01-211-26/+21
* tests: factor the definition of mainAkim Demaille2013-01-211-22/+11
* tests: better silencing of unused argument warningsTheophile Ranquet2013-01-211-5/+6
* c++: silence warningsTheophile Ranquet2013-01-141-1/+4
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* skel: better aliasing of identifiersTheophile Ranquet2013-01-111-0/+43
* %define variables: support value changes in deprecationAkim Demaille2012-12-231-2/+2
* tests: check variants without locationsAkim Demaille2012-11-281-21/+21
* tests: use -fno-strict-aliasing with variantsAkim Demaille2012-11-261-1/+1
* tests: fix syntax-check errorsAkim Demaille2012-11-121-3/+3
* Merge remote-tracking branch 'origin/maint'Akim Demaille2012-11-121-1/+1
|\
| * tests: use valgrind where appropriateAkim Demaille2012-11-121-1/+1
* | lalr1.cc: rename lex_symbol as api.token.constructorAkim Demaille2012-11-011-71/+60
* | api.tokens.prefix -> api.token.prefixAkim Demaille2012-10-161-1/+1
* | Merge branch 'maint'Akim Demaille2012-10-111-5/+237
|\ \ | |/
| * lalr1.cc: check exception safety of error handlingAkim Demaille2012-10-061-25/+81
| * lalr1.cc: check (and fix) %printer exception safetyAkim Demaille2012-10-061-12/+35
| * lalr1.cc: check (and fix) %initial-action exception safetyAkim Demaille2012-10-061-5/+19