File tree Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Expand file tree Collapse file tree 2 files changed +9
-0
lines changed Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
//
9
+ // Helper classes for creating HLSL builtin class types. Used by external HLSL
10
+ // sema source.
9
11
//
10
12
// ===----------------------------------------------------------------------===//
11
13
Original file line number Diff line number Diff line change 6
6
//
7
7
// ===----------------------------------------------------------------------===//
8
8
//
9
+ // Helper classes for creating HLSL builtin class types. Used by external HLSL
10
+ // sema source.
9
11
//
10
12
// ===----------------------------------------------------------------------===//
11
13
14
+ #ifndef LLVM_CLANG_SEMA_HLSLBUILTINTYPEDECLBUILDER_H
15
+ #define LLVM_CLANG_SEMA_HLSLBUILTINTYPEDECLBUILDER_H
16
+
12
17
#include " clang/AST/Type.h"
13
18
#include " clang/Sema/Sema.h"
14
19
#include " llvm/ADT/StringMap.h"
@@ -94,3 +99,5 @@ class BuiltinTypeDeclBuilder {
94
99
} // namespace hlsl
95
100
96
101
} // namespace clang
102
+
103
+ #endif // LLVM_CLANG_SEMA_HLSLBUILTINTYPEDECLBUILDER_H
You can’t perform that action at this time.
0 commit comments