We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 19bad2a commit 8427bc0Copy full SHA for 8427bc0
llvm/include/llvm/Support/WithColor.h
@@ -51,7 +51,7 @@ enum class ColorMode {
51
52
/// An RAII object that temporarily switches an output stream to a specific
53
/// color.
54
-class WithColor {
+class LLVM_ABI WithColor {
55
public:
56
using AutoDetectFunctionType = bool (*)(const raw_ostream &OS);
57
0 commit comments