LLVM
8.0.1
|
#include "llvm/ADT/StringMap.h"
#include "llvm/Support/MemoryBuffer.h"
#include "llvm/Support/Regex.h"
#include "llvm/Support/SourceMgr.h"
#include <vector>
#include <map>
Go to the source code of this file.
Classes | |
struct | llvm::FileCheckRequest |
Contains info about various FileCheck options. More... | |
class | llvm::Check::FileCheckType |
class | llvm::FileCheckPattern |
struct | llvm::FileCheckDiag |
Summary of a FileCheck diagnostic. More... | |
struct | llvm::FileCheckString |
A check that we found in the input file. More... | |
class | llvm::FileCheck |
FileCheck class takes the request and exposes various methods that use information from the request. More... | |
Namespaces | |
llvm | |
This class represents lattice values for constants. | |
llvm::Check | |