|
FE 0.13.1
Header-only C++ frontend library
|
#include <cassert>#include <array>#include <exception>#include <format>#include <functional>#include <iostream>#include <sstream>#include <string>#include <string_view>#include <utility>#include <vector>#include "fe/diag.h"#include "fe/format.h"#include "fe/loc.h"#include "fe/term.h"Go to the source code of this file.
Classes | |
| class | fe::Error |
| Collects diagnostics and hands each to the Diag that lays it out. More... | |
| class | fe::Error::Bail |
| What Error::ack and Error::bail throw. More... | |
| struct | fe::Error::Note |
| A secondary message elaborating a Msg. More... | |
| struct | fe::Error::Msg |
| One Tag::Error or Tag::Warn together with the Notes that belong to it. More... | |
Namespaces | |
| namespace | fe |
| struct fe::Error::Note |