-
Clang 18 fails to produce a working unwinder because the event_send_trigger function isn't inlined and the 5.4 kernels complain about bpf calls and bpf-tail calls both being present not being allowed.…
-
```cpp
// Offset tests to ensure commonly accessed data is on the first cache line.
const int cache_line_size = 64;
static_assert(offsetof(State, error_occurred_)
-
```
[hjl@gnu-tgl-3 pr14907]$ cat s.c
extern int baz (long c1);
int
foo (short c1)
{
return baz (c1);
}
[hjl@gnu-tgl-3 pr14907]$ clang -S -O2 s.c
[hjl@gnu-tgl-3 pr14907]$ cat s.s
.text
…
-
failed to bump package clang-18 to version 18.1.7: got 404 Not Found when fetching https://github.com/llvm/llvm-project/releases/download/llvmorg-18.1.7/clang-18.1.7.src.tar.xz
-
This crash can be observed in both LLVM 18 and LLVM trunk versions.
([https://godbolt.org/z/Wzne5GvzW](https://godbolt.org/z/Wzne5GvzW))
# Command
`clang++ bug.cpp`
# Code
```cpp
template struct chec…
-
This crash can be observed in both LLVM 18 and LLVM trunk versions.[https://godbolt.org/z/v57annjGn](https://godbolt.org/z/v57annjGn)
# Command
`clang++ bug.cpp`
# Code
```cpp
template < typename T >…
-
Building drivers/src/nrfx_dppi.c with clang for the nrf5340 results in the following warning:
```
drivers/src/nrfx_dppi.c
drivers/src/nrfx_dppi.c:65:47: error: shift count >= width of type [-Werror…
-
using CLANG backend
Model already downloaded
using LLaMA-7B model
0%| …
-
## Problem
The following code causes the crash:
```cpp
#include
template
class MyClass
{
public:
struct Inner;
static constexpr Inner inner = Inner{};
struct Inner {};
…
-
Crash when it encounters this `#pragma`
```
#pragma omp task
{
leftNode =
build_up_quad_tree_split(maxDepth - (splitDir == SplitDir::Y),
…