|
FE 0.13.1
Header-only C++ frontend library
|
#include <cstdint>#include <functional>#include <iosfwd>#include <string>#include <string_view>#include "fe/api.h"#include "fe/loc.h"#include "fe/term.h"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) |