GCC Middle and Back End API Reference
diagnostic-client-data-hooks.h File Reference
#include "logical-location.h"
Include dependency graph for diagnostic-client-data-hooks.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Data Structures

class  diagnostic_client_data_hooks
 
class  client_version_info
 
class  client_version_info::plugin_visitor
 
class  diagnostic_client_plugin_info
 

Functions

std::unique_ptr< diagnostic_client_data_hooksmake_compiler_data_hooks ()
 

Function Documentation

◆ make_compiler_data_hooks()

std::unique_ptr< diagnostic_client_data_hooks > make_compiler_data_hooks ( )
extern
Factory function for making an instance of diagnostic_client_data_hooks for use in the compiler (i.e. with knowledge of "tree", access to langhooks, etc).
Create a compiler_data_hooks (so that the class can be local to this file).

Referenced by tree_diagnostics_defaults().