forked from OSchip/llvm-project
WithColor.h - reduce unnecessary includes to forward declarations. NFC.
This commit is contained in:
parent
e73bb4fba7
commit
1a945757ac
|
@ -9,15 +9,15 @@
|
||||||
#ifndef LLVM_SUPPORT_WITHCOLOR_H
|
#ifndef LLVM_SUPPORT_WITHCOLOR_H
|
||||||
#define LLVM_SUPPORT_WITHCOLOR_H
|
#define LLVM_SUPPORT_WITHCOLOR_H
|
||||||
|
|
||||||
#include "llvm/ADT/StringRef.h"
|
|
||||||
#include "llvm/Support/CommandLine.h"
|
#include "llvm/Support/CommandLine.h"
|
||||||
#include "llvm/Support/Error.h"
|
|
||||||
|
|
||||||
namespace llvm {
|
namespace llvm {
|
||||||
|
|
||||||
extern cl::OptionCategory ColorCategory;
|
class Error;
|
||||||
|
|
||||||
class raw_ostream;
|
class raw_ostream;
|
||||||
|
class StringRef;
|
||||||
|
|
||||||
|
extern cl::OptionCategory ColorCategory;
|
||||||
|
|
||||||
// Symbolic names for various syntax elements.
|
// Symbolic names for various syntax elements.
|
||||||
enum class HighlightColor {
|
enum class HighlightColor {
|
||||||
|
|
Loading…
Reference in New Issue