File tree Expand file tree Collapse file tree 2 files changed +15
-8
lines changed
clang/include/clang/CIR/Dialect/IR Expand file tree Collapse file tree 2 files changed +15
-8
lines changed Original file line number Diff line number Diff line change 10
10
//
11
11
// ===----------------------------------------------------------------------===//
12
12
13
- #ifndef LLVM_CLANG_CIR_DIALECT_IR_CIRATTRS_H
14
- #define LLVM_CLANG_CIR_DIALECT_IR_CIRATTRS_H
15
-
16
- #include " clang/CIR/Dialect/IR/CIROpsEnums.h"
17
- #include " clang/CIR/Dialect/IR/CIRTypes.h"
13
+ #ifndef CLANG_CIR_DIALECT_IR_CIRATTRS_H
14
+ #define CLANG_CIR_DIALECT_IR_CIRATTRS_H
18
15
19
16
#include " mlir/IR/Attributes.h"
20
17
#include " mlir/IR/BuiltinAttributeInterfaces.h"
21
18
22
- #include " llvm/ADT/SmallVector.h"
19
+ #include " clang/CIR/Dialect/IR/CIROpsEnums.h"
20
+
21
+ #include " clang/CIR/Interfaces/CIRTypeInterfaces.h"
23
22
24
23
// ===----------------------------------------------------------------------===//
25
24
// CIR Dialect Attrs
26
25
// ===----------------------------------------------------------------------===//
27
26
28
27
namespace clang {
29
28
class FunctionDecl ;
30
- class VarDecl ;
31
29
class RecordDecl ;
30
+ class VarDecl ;
32
31
} // namespace clang
33
32
34
33
namespace cir {
35
34
class ArrayType ;
35
+ class BoolType ;
36
+ class ComplexType ;
37
+ class IntType ;
38
+ class MethodType ;
39
+ class PointerType ;
40
+ class RecordType ;
41
+ class VectorType ;
36
42
} // namespace cir
37
43
38
44
#define GET_ATTRDEF_CLASSES
39
45
#include " clang/CIR/Dialect/IR/CIROpsAttributes.h.inc"
40
46
41
- #endif // LLVM_CLANG_CIR_DIALECT_IR_CIRATTRS_H
47
+ #endif // CLANG_CIR_DIALECT_IR_CIRATTRS_H
Original file line number Diff line number Diff line change 29
29
#include " clang/CIR/Dialect/IR/CIRAttrs.h"
30
30
#include " clang/CIR/Dialect/IR/CIROpsDialect.h.inc"
31
31
#include " clang/CIR/Dialect/IR/CIROpsEnums.h"
32
+ #include " clang/CIR/Dialect/IR/CIRTypes.h"
32
33
#include " clang/CIR/Interfaces/CIRLoopOpInterface.h"
33
34
#include " clang/CIR/Interfaces/CIROpInterfaces.h"
34
35
#include " clang/CIR/MissingFeatures.h"
You can’t perform that action at this time.
0 commit comments