|
LLVM
8.0.1
|
#include "llvm/IR/LLVMContext.h"#include "LLVMContextImpl.h"#include "llvm/ADT/SmallVector.h"#include "llvm/ADT/StringMap.h"#include "llvm/ADT/StringRef.h"#include "llvm/ADT/Twine.h"#include "llvm/IR/DiagnosticInfo.h"#include "llvm/IR/DiagnosticPrinter.h"#include "llvm/IR/Metadata.h"#include "llvm/IR/Module.h"#include "llvm/Support/Casting.h"#include "llvm/Support/ErrorHandling.h"#include "llvm/Support/raw_ostream.h"#include <cassert>#include <cstdlib>#include <string>#include <utility>
Go to the source code of this file.
Functions | |
| static bool | isDiagnosticEnabled (const DiagnosticInfo &DI) |
|
static |
Definition at line 200 of file LLVMContext.cpp.
References llvm::Remark.
Referenced by llvm::LLVMContext::diagnose().
1.8.13