• Home
  • Raw
  • Download

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

4 - Added support for `clang` 17.0.x
36 - Added additional support for `clang` 16.0.x
47 - Added support for `clang` 16.0.x
48 - Added support for `clang` 15.0.x
49 - Added support for `clang` 14.0.x
54 - Fixed `Clang::find` to check that `CLANG_PATH` is an executable file before
70 - Added support for `clang` 13.0.x
71 - Added support for `clang` 12.0.x
95 `x86_64-unknown-linux-gnu` are provided, a target-prefixed Clang executable
96 such as `x86_64-unknown-linux-gnu-clang` will be preferred over a non-target
97 prefixed Clang executable)
113 ([#121](https://github.com/KyleMayes/clang-sys/issues/121))
116 - Added support for `clang` 11.0.x
127 `llvm-config --bindir` and `xcodebuild -find clang` commands
147 - Added support for `clang` 10.0.x
181 - Added support for `clang` 9.0.x
189 - Improved error message when an invocation of an executable is not successful
195 …[`libclang-cpp`](https://github.com/llvm-mirror/clang/commit/90d6722bdcbc2af52306f7e948c556ad6185a…
204 - Added support for `clang` 8.0.x
254 - Added support for `clang` 7.0.x
264 - Added support for `clang` 6.0.x
280 …eta and nightly channels caused by a [compiler bug](https://github.com/KyleMayes/clang-sys/pull/69)
295 - Added support for `clang` 5.0.x
296 - Added `clang` as a link target of this package
303 - Added `args` parameter to `Clang::new` function which passes arguments to the Clang executable
328 …ing when libraries are in [different directories](https://github.com/KyleMayes/clang-sys/issues/50)
333 - Added support for `clang` 4.0.x
337 - Changed `Clang::find` method to ignore directories and non-executable files
367 [undefined behavior](https://github.com/KyleMayes/clang-sys/issues/42)
390 - Added `CLANG_PATH` environment variable for providing a path to `clang` executable
391 - Added usage of `llvm-config` to search for `clang`
392 - Added usage of `xcodebuild` to search for `clang` on macOS
397 - Added support for `clang` 3.9.x
411 - Fixed finding of `clang` executables when system has executables matching `clang-*`
412 (e.g., `clang-format`)
420 - Fixed finding of `clang` executables suffixed by their version (e.g., `clang-3.5`)
484 - Removed support for `clang` 3.4.x
497 - Added support for `clang` 3.4.x
514 - Added support for `clang` 3.8.x