Releases: KyleMayes/clang-sys
Releases · KyleMayes/clang-sys
v1.9.0
v1.8.2
Changed
- Improved
Clang::findto first check directories related to the runtime-loadedlibclanginstance (if any)
Fixed
- Fixed linking to
libclangon Windows with MSYS2 - Fixed
Clang::findto support both the-targetand--targetarguments
when using target-prefixedclangbinaries
v1.8.1
v1.8.0
Changed
- Bumped minimum supported Rust version (MSRV) to 1.60.0
- Added error logging when
CLANG_PATHset but it isn't a full path to an executable - Removed reference to
libclang3.5 in error message for attempting to call an unsupported function
Added
- Added
libcppCargo feature which enables linking tolibc++instead oflibstdc++when linking tolibclangstatically on Linux or Haiku
Fixed
- Fixed handling of paths that contain characters that have special meaning in
glob patterns (e.g.,[or]) - Fixed
Clang::findto support both the-targetand--targetarguments
when using target-prefixedclangbinaries
v1.7.0
v1.6.1
Fixed
- Improved error message when calling a
libclangfunction that is not supported by the loadedlibclanginstance (rust-lang/rust-bindgen#2446)
v1.6.0
Changed
- MinGW directories are not searched for
libclanginstances on Windows when
compiling for an MSVC target - Bumped minimum supported Rust version (MSRV) to 1.51.0
- Changed Windows search directory preferences (
libclanginstances from
Visual Studio installs are now the lowest priority rather than the second
highest)