This machine mirrors various open-source projects.
20 Gbit/s uplink.
If there are any issues or you want another project mirrored, please contact
mirror-service -=AT=- netcologne DOT de !
#include <Diagnostic.h>
Public Member Functions | |
virtual | ~DiagnosticComponent () |
virtual void | print (llvm::raw_ostream &stream) const =0 |
Calls to this method should produce output to the given stream. |
Definition at line 43 of file Diagnostic.h.
virtual comma::DiagnosticComponent::~DiagnosticComponent | ( | ) | [inline, virtual] |
Definition at line 46 of file Diagnostic.h.
virtual void comma::DiagnosticComponent::print | ( | llvm::raw_ostream & | stream | ) | const [pure virtual] |
Calls to this method should produce output to the given stream.
Implemented in comma::diag::PrintType, and comma::diag::PrintDecl.