diff options
Diffstat (limited to 'gcc/analyzer/diagnostic-manager.h')
-rw-r--r-- | gcc/analyzer/diagnostic-manager.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/gcc/analyzer/diagnostic-manager.h b/gcc/analyzer/diagnostic-manager.h index aa0bd79..d9cf109 100644 --- a/gcc/analyzer/diagnostic-manager.h +++ b/gcc/analyzer/diagnostic-manager.h @@ -67,7 +67,8 @@ public: void emit_any_notes () const; - void maybe_add_sarif_properties (sarif_object &result_obj) const; + void + maybe_add_sarif_properties (diagnostics::sarif_object &result_obj) const; //private: const state_machine *m_sm; @@ -191,7 +192,7 @@ public: } private: - const logical_location_manager & + const diagnostics::logical_locations::manager & get_logical_location_manager () const; void build_emission_path (const path_builder &pb, |