summaryrefslogtreecommitdiff
path: root/src/scan-code.l
Commit message (Expand)AuthorAgeFilesLines
* package: bump copyrights to 2022Paul Eggert2022-01-151-1/+1
* warnings: don't complain about m4_foo and b4_foo when from the userAkim Demaille2021-11-071-0/+3
* style: formatting changes in scan-code.lAkim Demaille2021-08-071-3/+3
* Update URLs to prefer https: to http:Paul Eggert2021-01-291-2/+2
* package: bump copyrights to 2021Akim Demaille2021-01-161-1/+1
* multistart: use b4_accept instead of action post-processingAkim Demaille2020-09-271-9/+9
* style: formatting changesAkim Demaille2020-09-201-2/+2
* style: introduce parse_positional_refAkim Demaille2020-09-201-13/+20
* style: prefer 'FOO ()' to 'FOO' for function-like macrosAkim Demaille2020-06-131-13/+13
* style: fix includesAkim Demaille2020-06-011-7/+7
* Merge branch 'maint'Akim Demaille2020-04-051-1/+1
|\
| * style: fix spellosAkim Demaille2020-04-041-1/+1
* | merge branch 'maint'Akim Demaille2020-03-081-1/+1
|\ \ | |/
| * code: be robust to reference with invalid tagsAkim Demaille2020-03-061-1/+1
| * package: bump copyrights to 2020Akim Demaille2020-01-101-1/+1
* | diagnostics: modernize the display of submessagesVictor Morales Cayuela2020-02-151-33/+28
* | package: bump copyrights to 2020Akim Demaille2020-01-051-1/+1
|/
* Avoid quiet conversion of pointer to boolPaul Eggert2019-10-051-1/+1
* Prefer signed to unsigned integersPaul Eggert2019-10-021-18/+18
* style: prefer passing locations by pointerAkim Demaille2019-07-011-21/+22
* style: use consistently *_loc for locationsAkim Demaille2019-05-031-3/+3
* style: clarify the use of symbol_lists' locationsAkim Demaille2019-05-031-2/+2
* Merge branch maintAkim Demaille2019-02-031-2/+4
|\
| * gram: fix handling of nterms in actions when some are unusedAkim Demaille2019-02-031-2/+4
* | style: comment and name changesAkim Demaille2019-02-021-2/+2
* | style: comment changesAkim Demaille2019-02-021-2/+2
|/
* package: bump copyrights to 2019Akim Demaille2019-01-051-1/+1
* style: sort includes in scannersAkim Demaille2019-01-021-11/+11
* backend: revamp the handling of symbol typesAkim Demaille2018-12-031-10/+15
* style: comment and formatting changesAkim Demaille2018-12-031-55/+58
* c++: fix warning message for automoveAkim Demaille2018-09-241-2/+2
* style: minor refactoringAkim Demaille2018-09-241-50/+25
* c++: issue a warning with a value is moved several timesAkim Demaille2018-09-221-9/+12
* style: use midrule only, not mid-ruleAkim Demaille2018-09-191-2/+2
* style: reduce scopesAkim Demaille2018-08-181-31/+22
* style: src: remove useless reference to 'int' in integral typesAkim Demaille2018-08-141-2/+2
* add support for typed mid-rule actionsAkim Demaille2018-08-111-1/+3
* Update copyright yearsAkim Demaille2018-05-121-1/+1
* build: re-enable compiler warnings, and fix themAkim Demaille2015-01-231-3/+2
* bison: avoid warnings from static code analysisAkim Demaille2015-01-091-1/+1
* package: bump to 2015Akim Demaille2015-01-041-1/+1
* package: bump to 2014Akim Demaille2014-02-031-1/+1
* style: avoid tabsAkim Demaille2013-10-221-8/+8
* bison: pacify Sun C 5.12Paul Eggert2013-10-211-5/+13
* value type: accept "->" in type tagsAkim Demaille2013-04-091-3/+5
* grammar: no longer detect and cure missing semicolon at end of actionsAkim Demaille2013-03-041-81/+5
* diagnostics: avoid useless caret stutteringAkim Demaille2013-01-211-1/+1
* maint: update copyright yearsAkim Demaille2013-01-121-1/+1
* Merge remote-tracking branch 'origin/maint'Akim Demaille2012-12-051-6/+7
|\
| * errors: indent missing action code semicolon warningTheophile Ranquet2012-12-031-6/+7