Add support for Clang modules.
Bump version for API tracking.
This commit is contained in:
parent
f90883b8cf
commit
1ef183a01e
7
include/module.modulemap
Normal file
7
include/module.modulemap
Normal file
|
@ -0,0 +1,7 @@
|
||||||
|
module CLibTidy {
|
||||||
|
header "tidy.h"
|
||||||
|
header "tidybuffio.h"
|
||||||
|
header "tidyenum.h"
|
||||||
|
header "tidyplatform.h"
|
||||||
|
export *
|
||||||
|
}
|
|
@ -1,2 +1,2 @@
|
||||||
5.9.1
|
5.9.2
|
||||||
2021.07.13
|
2021.07.13
|
||||||
|
|
Loading…
Reference in a new issue