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 d02f8b4 commit 724c2aaCopy full SHA for 724c2aa
llvm/include/llvm/Support/Caching.h
@@ -17,11 +17,10 @@
17
18
#include "llvm/Support/Compiler.h"
19
#include "llvm/Support/Error.h"
20
+#include "llvm/Support/MemoryBuffer.h"
21
22
namespace llvm {
23
-class MemoryBuffer;
24
-
25
/// This class wraps an output stream for a file. Most clients should just be
26
/// able to return an instance of this base class from the stream callback, but
27
/// if a client needs to perform some action after the stream is written to,
0 commit comments