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 74c396a commit 3f991f5Copy full SHA for 3f991f5
clang/lib/AST/ByteCode/InterpBlock.h
@@ -14,11 +14,6 @@
14
#define LLVM_CLANG_AST_INTERP_BLOCK_H
15
16
#include "Descriptor.h"
17
-#include "clang/AST/ComparisonCategories.h"
18
-#include "clang/AST/Decl.h"
19
-#include "clang/AST/DeclCXX.h"
20
-#include "clang/AST/Expr.h"
21
-#include "llvm/ADT/PointerUnion.h"
22
#include "llvm/Support/raw_ostream.h"
23
24
namespace clang {
clang/lib/AST/ByteCode/InterpBuiltin.cpp
@@ -7,7 +7,6 @@
7
//===----------------------------------------------------------------------===//
8
#include "../ExprConstShared.h"
9
#include "Boolean.h"
10
-#include "Compiler.h"
11
#include "EvalEmitter.h"
12
#include "Interp.h"
13
#include "InterpBuiltinBitCast.h"
0 commit comments