aboutsummaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorEric Feng <ef2648@columbia.edu>2023-08-02 16:54:55 -0400
committerDavid Malcolm <dmalcolm@redhat.com>2023-08-02 16:58:58 -0400
commitfafe2d18f791c6b97b49af7c84b1b5703681c3af (patch)
tree2024b0d26ed3b846b9b6958004081dcb5a7459ed /ChangeLog
parent41ef5a34161356817807be3a2e51fbdbe575ae85 (diff)
downloadgcc-fafe2d18f791c6b97b49af7c84b1b5703681c3af.zip
gcc-fafe2d18f791c6b97b49af7c84b1b5703681c3af.tar.gz
gcc-fafe2d18f791c6b97b49af7c84b1b5703681c3af.tar.bz2
analyzer: stash values for CPython plugin [PR107646]
This patch adds a hook to the end of ana::on_finish_translation_unit which calls relevant stashing-related callbacks registered during plugin initialization. This feature is used to stash named types and global variables for a CPython analyzer plugin [PR107646]. gcc/analyzer/ChangeLog: PR analyzer/107646 * analyzer-language.cc (run_callbacks): New function. (on_finish_translation_unit): New function. * analyzer-language.h (GCC_ANALYZER_LANGUAGE_H): New include. (class translation_unit): New vfuncs. gcc/c/ChangeLog: PR analyzer/107646 * c-parser.cc: New functions on stashing values for the analyzer. gcc/testsuite/ChangeLog: PR analyzer/107646 * gcc.dg/plugin/plugin.exp: Add new plugin and test. * gcc.dg/plugin/analyzer_cpython_plugin.c: New plugin. * gcc.dg/plugin/cpython-plugin-test-1.c: New test. Signed-off-by: Eric Feng <ef2648@columbia.edu>
Diffstat (limited to 'ChangeLog')
0 files changed, 0 insertions, 0 deletions