-
This is a placeholder bug, hopefully it'll save folks a bit of time.
There are a couple of rust packages, including `bat`, that depend on onig/onig_sys, that fail with errors like the following:
…
-
name: Error linking against libclang
description: cargo is unable to find libclang, despite specifying path
title: "Error linking against libclang"
labels: [cargo, libclang]
- type: input
…
-
libclang is returning a type of "int" (or "Int" depending on the function/attribute used), instead of what it had been returning before -- "int32_t" or "int64_t". It is also adding typedefs for each e…
-
Heads up! A recent change introduced a new `libclang` build time dependency. I had to add `libclang` after updating Vector from 0.6.1 to the master.
In 0.6.1 I did not need libclang so this seems l…
-
When building bpftool statically on Ubuntu 24.04 (note that it works fine on 22.04), `-lzstd` must be added to `LIBS` and `BOOTSTRAP_LIBS`. See my "live patch" https://github.com/cilium/tetragon/pull/…
-
The following compiles with clang++-16, clang++-17 and clang++18:
```
#include
#include
int main(int,const char*[]) {
svbool_t pg{svptrue_b8()};
svint8_t a{svdup_s8(1)};
svint8_t b{sv…
-
```
Direct leak of 40 byte(s) in 1 object(s) allocated from:
#0 0x102aee510 in malloc (/opt/homebrew/Cellar/llvm/18.1.8/lib/clang/18/lib/darwin/libclang_rt.asan_osx_dynamic.dylib:arm64+0x52510)
…
-
Small repro test case:
```
#include
struct Base { int x; };
struct Deriv : Base { };
void test() {
auto deriv = std::make_shared(Base { 0 });
}
```
```
$ clang-tidy --extra-arg=-s…
-
main-libclang-bug branch
It's *much* slower to compile with the 2) "slow compilation" code in than with 1). I thought it was hanging the compiler but it just takes a lot longer.
it happens in ba…
erg updated
11 months ago
-
Clang-19 crashed with nodebug atrribute at O1 level.
Compiler explorer: https://godbolt.org/z/aKGP6Er7T
```
$cat mutant.c
int a;
void b();
static void c() { b(&a); }
void __attribute__((nod…