-
| | |
|--------------------|----|
| Bugzilla Link | [PR22811](https://bugs.llvm.org/show_bug.cgi?id=22811) |
| Status | NEW |
| Importance | P normal |
|…
-
**Describe the bug**
When building on a system that lacks libclang, the following error is reported from `cargo build`.
```
user@dunx4:~/projects/oxigraph$ cargo build
Compiling oxrocksdb-sys…
-
### Description
Xcode 16 beta build process crashes due to `RNImageCropPicker`.
```
The following build commands failed:
ScanDependencies .../ios/build/Pods.build/Debug-iphonesimulator/RNImageC…
-
Hi, hopefully, this isn't a duplicate or some weird quirk of cuda/c++
when compiling `.cu` files, clangd seems to fail if there are imports are after the first cuda kernel
Code that fails
```…
-
`doxygen` currently has `libclang` in version 12 statically linked in. Since clang 12 is already quite old, this leads to problems like https://github.com/doxygen/doxygen/issues/10733 when using clang…
-
Currently the clang whl depends on libclang having been installed on the host system. This can be problematic if the wheel's python api mismatches the system libclang, or if its hard to get libclang …
-
Hi there, thanks for the plugin. I am trying to search a little bit about what is the difference between using `libclang` or using the clang front end `clang -cc1`? And only this [FAQ](http://clang.ll…
-
Goal: make it super easy for people to use `bindgen` (and crates to depend on `bindgen` without inflicting downstream pain), no installing `libclang` manually, no configuring `LIBCLANG_PATH`, no makin…
-
| | |
| --- | --- |
| Bugzilla Link | [6122](https://llvm.org/bz6122) |
| Version | trunk |
| OS | FreeBSD |
| Attachments | [compiler_rt.diff](https://user-images.githubusercontent.com/92601275/143…
-
The following example crashes `clang-16`, `clang-17` and `clang-18`:
```c
typedef _Atomic char atomic_char;
atomic_char counter;
char load_plus_one() {
return ({counter;}) + 1;
}
```
…