summaryrefslogtreecommitdiff
path: root/tests
Commit message (Expand)AuthorAgeFilesLines
* tests: adjust to GCC9 diagnostics with a marginAkim Demaille2019-05-191-0/+10
* diagnostics: %pure-parser is obsoleteAkim Demaille2019-05-192-5/+4
* diagnostics: rename --style=debug as --color=debugAkim Demaille2019-05-081-1/+1
* tests: use %empty instead of commentsAkim Demaille2019-05-083-9/+9
* fixits: be sure to preserve the action when adding %emptyAkim Demaille2019-05-031-0/+40
* tests: don't duplicate the portability prologueAkim Demaille2019-05-034-24/+10
* tests: don't require a D compilerAkim Demaille2019-04-292-0/+7
* package: various fixes for syntax-checkAkim Demaille2019-04-281-2/+2
* diagnostics: give m4 precise locationsAkim Demaille2019-04-271-5/+32
* diagnostics: fix locations coming from M4Akim Demaille2019-04-271-8/+33
* api.location.type: support it in CAkim Demaille2019-04-253-15/+40
* updates: insert/remove %emptyAkim Demaille2019-04-243-0/+9
* diagnostics: better rule locationsAkim Demaille2019-04-244-43/+45
* fixits: track byte-columns, not character-columnsAkim Demaille2019-04-241-9/+10
* diagnostics: don't try to quote special filesAkim Demaille2019-04-231-0/+22
* diagnostics: copy GCC9's formatAkim Demaille2019-04-2310-500/+500
* diagnostics: fix the handling of multibyte charactersAkim Demaille2019-04-231-9/+39
* diagnostics: check the handling of tabulationsAkim Demaille2019-04-231-1/+26
* diagnostics: fix styling issuesAkim Demaille2019-04-231-3/+42
* diagnostics: check the stylingAkim Demaille2019-04-233-0/+75
* style: formatting changesAkim Demaille2019-04-193-1/+5
* tests: remove useless featureAkim Demaille2019-04-171-12/+5
* no-lines: avoid leaving an empty line instead of the synclineAkim Demaille2019-04-032-3/+34
* java: use full locations for diagnostics about destructorsAkim Demaille2019-04-031-2/+4
* java: prefer errors to fatal errorsAkim Demaille2019-04-031-0/+22
* tests: formatting changesAkim Demaille2019-04-031-48/+45
* diagnostics: don't crash when declaring the error token as an ntermAkim Demaille2019-03-301-1/+5
* lalr: fix segmentation violationAkim Demaille2019-03-301-0/+43
* gram: fix and improve log messageAkim Demaille2019-03-302-17/+24
* d: tests: use more a natural approach for the scannerAkim Demaille2019-03-171-74/+51
* d: don't link against LIBSAkim Demaille2019-03-171-2/+1
* diagnostics: use libtextstyle for colored outputAkim Demaille2019-03-163-10/+18
* tests: remove duplicatesAkim Demaille2019-03-131-52/+0
* d: tests: use fewer global variablesAkim Demaille2019-03-011-9/+11
* dlang: initial changes to run the calc tests on itAkim Demaille2019-02-263-15/+218
* tests: style changesAkim Demaille2019-02-261-5/+5
* tests: factor the execution of Java parsersAkim Demaille2019-02-212-11/+18
* tests: fix a Java testsAkim Demaille2019-02-211-1/+4
* tests: simplify AT_PARSER_CHECK usageAkim Demaille2019-02-2115-129/+129
* tests: java: factor the definition of PositionAkim Demaille2019-02-213-61/+43
* tests: dispatch per lang on AT_DATA_GRAMMARAkim Demaille2019-02-217-8/+70
* tests: dispatch per lang on the definition of yylexAkim Demaille2019-02-213-45/+58
* tests: de-duplicateAkim Demaille2019-02-211-39/+29
* tests: formatting changesAkim Demaille2019-02-211-4/+4
* graph: prefer *.gv to *.dotAkim Demaille2019-02-213-4/+4
* report: clean up its formatAkim Demaille2019-02-095-246/+280
* tests: fix typosAkim Demaille2019-02-051-3/+3
* Merge branch maintAkim Demaille2019-02-031-0/+82
|\
| * gram: fix handling of nterms in actions when some are unusedAkim Demaille2019-02-031-0/+82
* | tests: strengthen some of themAkim Demaille2019-02-031-14/+32