David Malcolm d36257a190 analyzer: port translation_unit_callbacks to pub/sub
Simplification/consolidation of some callback logic in analyzer in
favor of using the analyzer pub/sub channel.

No functional change intended.

gcc/analyzer/ChangeLog:
	* analyzer-language.cc: Include "context.h" and "channels.h".
	(finish_translation_unit_callbacks): Delete.
	(register_finish_translation_unit_callback): Delete.
	(run_callbacks): Delete.
	(on_finish_translation_unit): Port from run_callbacks to pub/sub.
	* analyzer-language.h (finish_translation_unit_callback): Delete
	typedef.
	(register_finish_translation_unit_callback): Delete decl.
	* common.h (class translation_unit): New forward decl.
	(struct analyzer_events::on_tu_finished): New.
	(analyzer_events::subscriber::on_message): Add vfunc for
	on_tu_finished messages.

gcc/testsuite/ChangeLog:
	* gcc.dg/plugin/analyzer_cpython_plugin.cc
	(cpython_analyzer_events_subscriber::on_message): New.
	(plugin_init): Port stashing of named types and global vars to
	pub/sub framework.

Signed-off-by: David Malcolm <dmalcolm@redhat.com>
2026-01-09 15:54:16 -05:00
2026-01-02 09:56:11 +01:00
2025-12-31 00:16:24 +00:00
2026-01-08 14:17:30 -03:00
2026-01-02 09:56:11 +01:00
2026-01-02 09:56:11 +01:00
2026-01-02 09:56:11 +01:00
2026-01-02 10:47:06 +01:00
2026-01-02 09:56:11 +01:00
2025-12-30 00:16:33 +00:00
2026-01-03 00:16:36 +00:00
2026-01-08 00:16:32 +00:00
2025-12-30 00:16:33 +00:00
2026-01-07 00:16:25 +00:00
2026-01-02 09:56:11 +01:00
2026-01-02 09:56:11 +01:00
2026-01-02 09:56:11 +01:00
2026-01-02 10:47:06 +01:00
2026-01-02 00:16:23 +00:00
2025-12-30 00:16:33 +00:00
2026-01-02 09:56:11 +01:00
2026-01-02 09:56:11 +01:00
2026-01-02 09:56:11 +01:00
2025-12-22 00:16:25 +00:00
2025-12-30 00:16:33 +00:00
2026-01-07 00:16:25 +00:00
2025-11-30 01:52:24 +01:00

This directory contains the GNU Compiler Collection (GCC).

The GNU Compiler Collection is free software.  See the files whose
names start with COPYING for copying permission.  The manuals, and
some of the runtime libraries, are under different terms; see the
individual source files for details.

The directory INSTALL contains copies of the installation information
as HTML and plain text.  The source of this information is
gcc/doc/install.texi.  The installation information includes details
of what is included in the GCC sources and what files GCC installs.

See the file gcc/doc/gcc.texi (together with other files that it
includes) for usage and porting information.  An online readable
version of the manual is in the files gcc/doc/gcc.info*.

See http://gcc.gnu.org/bugs/ for how to report bugs usefully.

Copyright years on GCC source files may be listed using range
notation, e.g., 1987-2012, indicating that every year in the range,
inclusive, is a copyrightable year that could otherwise be listed
individually.
Description
No description provided
Readme 1.5 GiB
Languages
C++ 30.7%
C 30%
Ada 14.5%
D 6.1%
Go 5.7%
Other 12.5%