-
## 🐍 Package Request
- Package Name and Version : libclang 13.0.0
- Package URL : https://pypi.org/project/libclang/
-
Hello.
I managed to install clangml with libclang-16 on a bookworm debian (WSL) with ocaml 5.1.1:
- adjusted locally conf-libclang (upper bound -> 16);
- compiled from a clone of the github dev…
-
I tried to upgrade my code's dependency on rust-htslib to version 0.47.0 (from 0.46.0) but now when I do `cargo build -r` on Linux (eg in a docker container) without `clang`, I get:
```
thread 'ma…
-
Crash when it encounters this `#pragma`
```
#pragma omp task
{
leftNode =
build_up_quad_tree_split(maxDepth - (splitDir == SplitDir::Y),
…
-
I apologize that I wasn't able to creduce the attachment source here. I'm still actively working on the source in question. I may be able to come back to this and improve this bug report later. I'll a…
-
### systemd version the issue has been seen with
main
### Used distribution
_No response_
### Linux kernel version used
_No response_
### CPU architectures issue was seen on
None
### Component…
-
Minified from real code (minification may not be the best since half of cvise passes crash or fail)
```cpp
template using __bool_constant = int;
int invoke;
template
concept invocable = require…
-
Hi, I'm using this library to parse c/c++ code. Everying is good until I need a new api in v17. I try to gen binding for this version, but there seems to be some error. Could you support this version?
-
In the manual's [installation section](https://c2rust.com/manual/installation.html) under prerequisites, the first command `apt install build-essential llvm-6.0 clang-6.0 libclang-6.0-dev cmake libssl…
-
### Description
We use two different libraries for parsing C/C++ code, mostly for type information. One of them, CppHeaderParser, has been unmaintained for 8 years now. We should replace these with l…