CBMC
|
#include <gcc_message_handler.h>
Public Member Functions | |
void | print (unsigned, const xmlt &) override |
void | print (unsigned, const jsont &) override |
void | print (unsigned level, const std::string &message) override |
void | print (unsigned level, const std::string &message, const source_locationt &location) override |
void | print_warnings_as_errors (bool yes) |
With yes set to true , prefix warnings with "error:" instead of "warning:". | |
Private Member Functions | |
std::string | string (const messaget::commandt &c) const |
feed a command into a string | |
Private Attributes | |
bool | warnings_are_errors = false |
Additional Inherited Members |
Definition at line 14 of file gcc_message_handler.h.
Reimplemented from console_message_handlert.
Definition at line 91 of file gcc_message_handler.cpp.
|
overridevirtual |
Reimplemented from message_handlert.
Definition at line 16 of file gcc_message_handler.cpp.
Reimplemented from console_message_handlert.
Definition at line 21 of file gcc_message_handler.h.
Reimplemented from console_message_handlert.
Definition at line 17 of file gcc_message_handler.h.
With yes
set to true
, prefix warnings with "error:" instead of "warning:".
yes | Whether or not to prefix warnings with "error:". |
Definition at line 36 of file gcc_message_handler.h.
|
inlineprivate |
feed a command into a string
Definition at line 45 of file gcc_message_handler.h.
Definition at line 42 of file gcc_message_handler.h.