Skip to content

Commit b38c9e3

Browse files
authored
Merge pull request #34 from apple/egorzhdan/clang-ast-apinotes
[Clang] Add API Notes for Clang_AST
2 parents b9b8252 + a678ddc commit b38c9e3

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

Sources/Clang/CMakeLists.txt

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,2 @@
1+
install(FILES Clang_AST.apinotes
2+
DESTINATION include/apinotes)

Sources/Clang/Clang_AST.apinotes

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
Name: Clang_AST
2+
Namespaces:
3+
- Name: clang
4+
Tags:
5+
- Name: Decl
6+
SwiftImportAs: reference
7+
SwiftRetainOp: immortal
8+
SwiftReleaseOp: immortal

0 commit comments

Comments
 (0)