-
| | |
| --- | --- |
| Bugzilla Link | [17776](https://llvm.org/bz17776) |
| Version | trunk |
| OS | Linux |
| Reporter | LLVM Bugzilla Contributor |
## Extended Description
For instance, if we ru…
-
This program crashes clang++ (since version 12.0.0):
```
template
struct a {
static char const b{};
static decltype(&b) constexpr c{&b};
};
auto x = a::c;
```
Either of the followi…
-
When running `CC=clang-18 make` for the current master branch of stress-ng (plus some WIP changes to make it build and work), the first part of the process figures out various features (a la Autoconf)…
-
Intermittently, I faced this ASan report on my mac.
```
$ while /opt/ats-asf-master-asan/bin/traffic_server -K -k -R 1; do done
...
REGRESSION TEST SDK_API_HttpTxnTransform started
Regression tes…
-
### What happened?
Currently I'm working on a Rust project that uses `librocksdb-sys` as a dependency and I'm unable to build the package when working inside a `devbox shell` though I can build it …
-
**Description:**
I am experiencing significant performance issues with clangd in the following example code:
```cpp
#include
#include
const int64_t max_n = 1e6 + 5;
std::vector v[max_n];…
-
### Problem description
Clang 18 worked just fine, but after upgrading to Clang 19, the executable with Address Sanitizer crashes with signal SIGSEGV.
### What steps will reproduce the bug?
`echo "…
-
We currently configure `libclang` by passing a raw set of command line arguments (of type `[String]`). We should have a proper Haskell datatype that lists the `libclang` options we are interested in (…
edsko updated
2 months ago
-
I have a project where I included QtWebChannel and I had very often crashes with libclang.
The messages in the *Messages* buffer are:
```
error in process filter: irony--process-server-response: End …
-
I encountered a crash in Clang 20.0git 0cb5846a68cc5c5e519b2c80ab106e7e4fc6eedb while compiling the libjpeg-turbo-git (3.0.90.r10.g9758c8a7) library with aggressive optimizations, including Polly, Ope…