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 b819fd7 commit b87e5a0Copy full SHA for b87e5a0
clang/include/clang/Interpreter/Value.h
@@ -33,7 +33,9 @@
33
#ifndef LLVM_CLANG_INTERPRETER_VALUE_H
34
#define LLVM_CLANG_INTERPRETER_VALUE_H
35
36
+#include "llvm/Support/Compiler.h"
37
#include <cstdint>
38
+
39
// NOTE: Since the REPL itself could also include this runtime, extreme caution
40
// should be taken when MAKING CHANGES to this file, especially when INCLUDE NEW
41
// HEADERS, like <string>, <memory> and etc. (That pulls a large number of
0 commit comments