|
GCC Middle and Back End API Reference
|
#include <pending-diagnostic.h>

Public Member Functions | |
| virtual | ~pending_note () |
| virtual const char * | get_kind () const =0 |
| virtual void | emit () const =0 |
| bool | equal_p (const pending_note &other) const |
| virtual bool | subclass_equal_p (const pending_note &other) const =0 |
An abstract base class for capturing additional notes that are to be emitted with a diagnostic.
|
inlinevirtual |
|
pure virtual |
|
inline |
References get_kind(), and subclass_equal_p().
|
pure virtual |
Referenced by equal_p().
|
pure virtual |
Implemented in ana::pending_note_subclass< Subclass >.
Referenced by equal_p().