diff options
Diffstat (limited to 'gcc/analyzer/diagnostic-manager.h')
-rw-r--r-- | gcc/analyzer/diagnostic-manager.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gcc/analyzer/diagnostic-manager.h b/gcc/analyzer/diagnostic-manager.h index b62fc7a..aa0bd79 100644 --- a/gcc/analyzer/diagnostic-manager.h +++ b/gcc/analyzer/diagnostic-manager.h @@ -191,6 +191,9 @@ public: } private: + const logical_location_manager & + get_logical_location_manager () const; + void build_emission_path (const path_builder &pb, const exploded_path &epath, checker_path *emission_path) const; |