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 b925f7aCopy full SHA for b925f7a
llvm/include/llvm/Support/Format.h
@@ -25,6 +25,7 @@
25
#include "llvm/ADT/ArrayRef.h"
26
#include "llvm/ADT/STLExtras.h"
27
#include "llvm/ADT/StringRef.h"
28
+#include "llvm/Support/Compiler.h"
29
#include "llvm/Support/DataTypes.h"
30
#include <cassert>
31
#include <cstdio>
@@ -36,7 +37,7 @@ namespace llvm {
36
37
38
/// This is a helper class used for handling formatted output. It is the
39
/// abstract base class of a templated derived class.
-class format_object_base {
40
+class LLVM_ABI format_object_base {
41
protected:
42
const char *Fmt;
43
~format_object_base() = default; // Disallow polymorphic deletion.
0 commit comments