|
LLVM
8.0.1
|
#include "llvm/ADT/ArrayRef.h"#include "llvm/ADT/None.h"#include "llvm/ADT/PointerUnion.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Twine.h"#include "llvm/Support/MemoryBuffer.h"#include "llvm/Support/SMLoc.h"#include <algorithm>#include <cassert>#include <memory>#include <string>#include <utility>#include <vector>

Go to the source code of this file.
Classes | |
| class | llvm::SourceMgr |
| This owns the files read by a parser, handles include stacks, and handles diagnostic wrangling. More... | |
| class | llvm::SMFixIt |
| Represents a single fixit, a replacement of one range of text with another. More... | |
| class | llvm::SMDiagnostic |
| Instances of this class encapsulate one diagnostic report, allowing printing to a raw_ostream as a caret diagnostic. More... | |
Namespaces | |
| llvm | |
| This class represents lattice values for constants. | |
1.8.13