FE 0.13.1
Header-only C++ frontend library
Loading...
Searching...
No Matches
diag.h File Reference
#include <cstdint>
#include <functional>
#include <iosfwd>
#include <string>
#include <string_view>
#include "fe/api.h"
#include "fe/loc.h"
#include "fe/term.h"
Include dependency graph for diag.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  fe::Diag
 How a diagnostic lays out - and how much of it an Error keeps. More...
class  fe::CodeDiag
 The Diag a Driver installs by default: colors a `citation` and drops its backticks - or keeps them verbatim without color; \` is a literal backtick. More...

Namespaces

namespace  fe

Functions

FE_API std::ostream & fe::operator<< (std::ostream &, Diag::Tag)