[0/1] Bug 28319 - abidw - regression in treatment of anonymous enums in structs

Message ID 20220111161009.3008610-1-gprocida@google.com
Headers
Series Bug 28319 - abidw - regression in treatment of anonymous enums in structs |

Message

Giuliano Procida Jan. 11, 2022, 4:10 p.m. UTC
  Hi Dodji.

This is a patch to add some flag control as I mentioned in
https://sourceware.org/bugzilla/show_bug.cgi?id=28319#c4

It may be that the better way forward is to change the default
behaviour and/or rename the flag to something like
"--ignore-enumerator-names".

Do let me know your thoughts.

Regards,
Giuliano.

Giuliano Procida (1):
  abidw: add --consider-enumerator-names flag

 doc/manuals/abidw.rst      | 10 ++++++++
 include/abg-dwarf-reader.h |  7 ++++++
 src/abg-dwarf-reader.cc    | 47 ++++++++++++++++++++++++++++++++++++--
 tools/abidw.cc             |  5 ++++
 4 files changed, 67 insertions(+), 2 deletions(-)