Lines Matching +refs:clang +refs:format +refs:executable
10 - Added support for `clang` 16.0.x
11 - Added support for `clang` 15.0.x
12 - Added support for `clang` 14.0.x
17 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before
33 - Added support for `clang` 13.0.x
34 - Added support for `clang` 12.0.x
58 `x86_64-unknown-linux-gnu` are provided, a target-prefixed Clang executable
59 such as `x86_64-unknown-linux-gnu-clang` will be preferred over a non-target
60 prefixed Clang executable)
76 ([#121](https://github.com/KyleMayes/clang-sys/issues/121))
79 - Added support for `clang` 11.0.x
90 `llvm-config --bindir` and `xcodebuild -find clang` commands
110 - Added support for `clang` 10.0.x
144 - Added support for `clang` 9.0.x
152 - Improved error message when an invocation of an executable is not successful
158 …[`libclang-cpp`](https://github.com/llvm-mirror/clang/commit/90d6722bdcbc2af52306f7e948c556ad6185a…
167 - Added support for `clang` 8.0.x
217 - Added support for `clang` 7.0.x
227 - Added support for `clang` 6.0.x
243 …eta and nightly channels caused by a [compiler bug](https://github.com/KyleMayes/clang-sys/pull/69)
258 - Added support for `clang` 5.0.x
259 - Added `clang` as a link target of this package
266 - Added `args` parameter to `Clang::new` function which passes arguments to the Clang executable
291 …ing when libraries are in [different directories](https://github.com/KyleMayes/clang-sys/issues/50)
296 - Added support for `clang` 4.0.x
300 - Changed `Clang::find` method to ignore directories and non-executable files
330 [undefined behavior](https://github.com/KyleMayes/clang-sys/issues/42)
353 - Added `CLANG_PATH` environment variable for providing a path to `clang` executable
354 - Added usage of `llvm-config` to search for `clang`
355 - Added usage of `xcodebuild` to search for `clang` on macOS
360 - Added support for `clang` 3.9.x
374 - Fixed finding of `clang` executables when system has executables matching `clang-*`
375 (e.g., `clang-format`)
383 - Fixed finding of `clang` executables suffixed by their version (e.g., `clang-3.5`)
447 - Removed support for `clang` 3.4.x
460 - Added support for `clang` 3.4.x
477 - Added support for `clang` 3.8.x