diff options
author | David Malcolm <dmalcolm@redhat.com> | 2025-07-25 15:13:36 -0400 |
---|---|---|
committer | David Malcolm <dmalcolm@redhat.com> | 2025-07-25 15:13:36 -0400 |
commit | bff1af9ebf6949da6274e94f7bf5bcc17d937a3d (patch) | |
tree | f6c72060ef5dc439cea5377e43cf8e25d5a2fc69 /gcc/diagnostic-output-spec.h | |
parent | d38c7faf31cc66a66c912bd0ae74c7aa986f9ad2 (diff) | |
download | gcc-bff1af9ebf6949da6274e94f7bf5bcc17d937a3d.zip gcc-bff1af9ebf6949da6274e94f7bf5bcc17d937a3d.tar.gz gcc-bff1af9ebf6949da6274e94f7bf5bcc17d937a3d.tar.bz2 |
diagnostics: move client data hooks into namespace/dir "diagnostics"
No functional change intended.
Note that the tree-*.cc implementations are *not* moved into namespace
diagnostics.
gcc/ChangeLog:
* diagnostic-format-html.cc: Update #include for move of
diagnostic-client-data-hooks.h to diagnostics/client-data-hooks.h.
* diagnostic-format-sarif.cc: Likewise. Update for move of
diagnostic_client_plugin_info to diagnostics::client_plugin_info.
* diagnostic-format-text.cc: Likewise.
* diagnostic.cc: Likewise.
* diagnostic.h: Likewise.
* diagnostic-client-data-hooks.h: Move to...
* diagnostics/client-data-hooks.h: ...here, updating header guard.
(class diagnostic_client_data_hooks): Move to...
(class diagnostics::client_data_hooks): ...here. Remove redundant
"diagnostics::" prefixes.
(class diagnostic_client_plugin_info): Move to...
(class diagnostics::client_plugin_info): ...here.
* libgdiagnostics.cc: : Update #include for move of
diagnostic-client-data-hooks.h to diagnostics/client-data-hooks.h.
Update for move of diagnostic_client_data_hooks to
diagnostics::client_data_hooks, and for move of
diagnostic_client_version_info to diagnostics::client_version_info.
* tree-diagnostic-client-data-hooks.cc: Likewise.
* tree-diagnostic.cc: Likewise.
Signed-off-by: David Malcolm <dmalcolm@redhat.com>
Diffstat (limited to 'gcc/diagnostic-output-spec.h')
0 files changed, 0 insertions, 0 deletions