GCC Middle and Back End API Reference
auto_diagnostic_group Class Reference

#include <diagnostic-core.h>

Public Member Functions

 auto_diagnostic_group ()
 
 ~auto_diagnostic_group ()
 

Detailed Description

RAII-style class for grouping related diagnostics.   

Constructor & Destructor Documentation

◆ auto_diagnostic_group()

auto_diagnostic_group::auto_diagnostic_group ( )
class auto_diagnostic_group.   
Constructor: "push" this group into global_dc.   

References diagnostic_context::begin_group(), and global_dc.

◆ ~auto_diagnostic_group()

auto_diagnostic_group::~auto_diagnostic_group ( )
Destructor: "pop" this group from global_dc.   

References diagnostic_context::end_group(), and global_dc.


The documentation for this class was generated from the following files: