• Home
  • Raw
  • Download

Lines Matching +refs:clang +refs:format +refs:executable

4 - Added support for `clang` 18.0.x
14 - Added error logging when `CLANG_PATH` set but it isn't a full path to an executable
24 when using target-prefixed `clang` binaries
29 - Added support for `clang` 17.0.x
61 - Added additional support for `clang` 16.0.x
72 - Added support for `clang` 16.0.x
73 - Added support for `clang` 15.0.x
74 - Added support for `clang` 14.0.x
79 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before
95 - Added support for `clang` 13.0.x
96 - Added support for `clang` 12.0.x
120 `x86_64-unknown-linux-gnu` are provided, a target-prefixed Clang executable
121 such as `x86_64-unknown-linux-gnu-clang` will be preferred over a non-target
122 prefixed Clang executable)
138 ([#121](https://github.com/KyleMayes/clang-sys/issues/121))
141 - Added support for `clang` 11.0.x
152 `llvm-config --bindir` and `xcodebuild -find clang` commands
172 - Added support for `clang` 10.0.x
206 - Added support for `clang` 9.0.x
214 - Improved error message when an invocation of an executable is not successful
220 …[`libclang-cpp`](https://github.com/llvm-mirror/clang/commit/90d6722bdcbc2af52306f7e948c556ad6185a…
229 - Added support for `clang` 8.0.x
279 - Added support for `clang` 7.0.x
289 - Added support for `clang` 6.0.x
305 …eta and nightly channels caused by a [compiler bug](https://github.com/KyleMayes/clang-sys/pull/69)
320 - Added support for `clang` 5.0.x
321 - Added `clang` as a link target of this package
328 - Added `args` parameter to `Clang::new` function which passes arguments to the Clang executable
353 …ing when libraries are in [different directories](https://github.com/KyleMayes/clang-sys/issues/50)
358 - Added support for `clang` 4.0.x
362 - Changed `Clang::find` method to ignore directories and non-executable files
392 [undefined behavior](https://github.com/KyleMayes/clang-sys/issues/42)
415 - Added `CLANG_PATH` environment variable for providing a path to `clang` executable
416 - Added usage of `llvm-config` to search for `clang`
417 - Added usage of `xcodebuild` to search for `clang` on macOS
422 - Added support for `clang` 3.9.x
436 - Fixed finding of `clang` executables when system has executables matching `clang-*`
437 (e.g., `clang-format`)
445 - Fixed finding of `clang` executables suffixed by their version (e.g., `clang-3.5`)
509 - Removed support for `clang` 3.4.x
522 - Added support for `clang` 3.4.x
539 - Added support for `clang` 3.8.x