File tree Expand file tree Collapse file tree 1 file changed +14
-0
lines changed
clang/include/clang/CIR/Dialect/IR Expand file tree Collapse file tree 1 file changed +14
-0
lines changed Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // Part of the LLVM Project, under the Apache License v2.0 with LLVM Exceptions.
4
+ // See https://llvm.org/LICENSE.txt for license information.
5
+ // SPDX-License-Identifier: Apache-2.0 WITH LLVM-exception
6
+ //
7
+ //===----------------------------------------------------------------------===//
8
+ //
9
+ // This file defines TBAA related attributes
10
+ //
11
+ //===----------------------------------------------------------------------===//
12
+
13
+ include "clang/CIR/Dialect/IR/CIRTypes.td"
14
+
1
15
//===----------------------------------------------------------------------===//
2
16
// TBAAAttr
3
17
//===----------------------------------------------------------------------===//
You can’t perform that action at this time.
0 commit comments