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 within global_dc.

Constructor & Destructor Documentation

◆ auto_diagnostic_group()

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

References global_dc.

◆ ~auto_diagnostic_group()

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

References global_dc.


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