GCC Middle and Back End API Reference
client-data-hooks.h File Reference
Include dependency graph for 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  diagnostics::client_data_hooks
class  diagnostics::client_version_info
class  diagnostics::client_version_info::plugin_visitor
class  diagnostics::client_plugin_info

Namespaces

namespace  diagnostics

Functions

std::unique_ptr< diagnostics::client_data_hooksmake_compiler_data_hooks ()

Function Documentation

◆ make_compiler_data_hooks()

std::unique_ptr< diagnostics::client_data_hooks > make_compiler_data_hooks ( )
extern
Factory function for making an instance of 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().