Skip to content

Commit 1ef183a

Browse files
committed
Add support for Clang modules.
Bump version for API tracking.
1 parent f90883b commit 1ef183a

File tree

2 files changed

+8
-1
lines changed

2 files changed

+8
-1
lines changed

include/module.modulemap

+7
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
module CLibTidy {
2+
header "tidy.h"
3+
header "tidybuffio.h"
4+
header "tidyenum.h"
5+
header "tidyplatform.h"
6+
export *
7+
}

version.txt

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
5.9.1
1+
5.9.2
22
2021.07.13

0 commit comments

Comments
 (0)