mirror of
https://forge.sourceware.org/marek/gcc.git
synced 2026-02-22 03:47:02 -05:00
d36257a190dbe94a284f774fbf5c003abf03fc33
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>
…
…
…
…
…
…
…
…
…
…
…
…
…
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
Languages
C++
30.7%
C
30%
Ada
14.5%
D
6.1%
Go
5.7%
Other
12.5%