|
Pretty Diagnostics
Create your own pretty diagnostics
|
#include "source.hpp"Go to the source code of this file.
Data Structures | |
| class | pretty_diagnostics::Span |
Represents a contiguous region within a Source More... | |
Namespaces | |
| namespace | pretty_diagnostics |
Functions | |
| std::ostream & | operator<< (std::ostream &os, const pretty_diagnostics::Span &span) |
| Streams a human-readable representation of a span for debugging. More... | |
| std::ostream & operator<< | ( | std::ostream & | os, |
| const pretty_diagnostics::Span & | span | ||
| ) |
Streams a human-readable representation of a span for debugging.
| os | Output stream to write to |
| span | Span to format |
os