binutils-gdb/gdb/compile
Tom Tromey d182e39881 Use C++17 [[fallthrough]] attribute
This changes gdb to use the C++17 [[fallthrough]] attribute rather
than special comments.

This was mostly done by script, but I neglected a few spellings and so
also fixed it up by hand.

I suspect this fixes the bug mentioned below, by switching to a
standard approach that, presumably, clang supports.

Bug: https://sourceware.org/bugzilla/show_bug.cgi?id=23159
Approved-By: John Baldwin <jhb@FreeBSD.org>
Approved-By: Luis Machado <luis.machado@arm.com>
Approved-By: Pedro Alves <pedro@palves.net>
2023-11-29 14:29:43 -07:00
..
compile-c-support.c Use C++17 [[fallthrough]] attribute 2023-11-29 14:29:43 -07:00
compile-c-symbols.c Use C++17 [[fallthrough]] attribute 2023-11-29 14:29:43 -07:00
compile-c-types.c gdb: remove TYPE_FIELD_BITSIZE 2023-08-31 13:16:14 -04:00
compile-c.h
compile-cplus-symbols.c Use C++17 [[fallthrough]] attribute 2023-11-29 14:29:43 -07:00
compile-cplus-types.c Remove some type field accessor macros 2023-11-21 14:52:05 -07:00
compile-cplus.h
compile-internal.h
compile-loc2c.c
compile-object-load.c gdb: remove target_gdbarch 2023-10-10 10:44:35 -04:00
compile-object-load.h
compile-object-run.c
compile-object-run.h
compile.c gdb: Replace gdb::optional with std::optional 2023-11-21 11:52:35 +00:00
compile.h
gcc-c-plugin.h
gcc-cp-plugin.h