[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH 0/9] glr2.cc: warnings and style
From: |
Akim Demaille |
Subject: |
[PATCH 0/9] glr2.cc: warnings and style |
Date: |
Sat, 12 Sep 2020 16:51:46 +0200 |
I'm installing the changes that Valentin submitted in
https://github.com/akimd/bison/pull/49, plus a few of mine.
Valentin, beware that we have ASAN errors with clang uncovered now:
see https://api.travis-ci.org/v3/job/726544673/log.txt for instance.
That's the type of errors you want to smash asap...
See https://travis-ci.org/github/akimd/bison/builds/726559010 for more
logs.
Many thanks!
Akim Demaille (4):
glr2.cc: fix GCC10 warning
glr2.cc: formatting changes
glr2.cc: get rid of the C indirection for yy_symbol_print
glr2.cc: address warnings with G++ 4.8
Valentin Tolmer (5):
glr2.cc: add copy constructor to yyGLRStackItem
glr2.cc: remove C-style casts
glr2.cc: remove usage of PTRDIFF_MAX
glr2.cc: move StrongIndexAlias into the namespace
glr2.cc: coding style changes
TODO | 24 --
data/skeletons/glr2.cc | 728 ++++++++++++++++++++---------------------
2 files changed, 351 insertions(+), 401 deletions(-)
--
2.28.0
- [PATCH 0/9] glr2.cc: warnings and style,
Akim Demaille <=
- [PATCH 1/9] glr2.cc: add copy constructor to yyGLRStackItem, Akim Demaille, 2020/09/12
- [PATCH 2/9] glr2.cc: remove C-style casts, Akim Demaille, 2020/09/12
- [PATCH 3/9] glr2.cc: remove usage of PTRDIFF_MAX, Akim Demaille, 2020/09/12
- [PATCH 4/9] glr2.cc: move StrongIndexAlias into the namespace, Akim Demaille, 2020/09/12
- [PATCH 5/9] glr2.cc: coding style changes, Akim Demaille, 2020/09/12
- [PATCH 6/9] glr2.cc: fix GCC10 warning, Akim Demaille, 2020/09/12
- [PATCH 7/9] glr2.cc: formatting changes, Akim Demaille, 2020/09/12
- [PATCH 8/9] glr2.cc: get rid of the C indirection for yy_symbol_print, Akim Demaille, 2020/09/12
- [PATCH 9/9] glr2.cc: address warnings with G++ 4.8, Akim Demaille, 2020/09/12