-
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 >…
-
Crash when it encounters this `#pragma`
```
#pragma omp task
{
leftNode =
build_up_quad_tree_split(maxDepth - (splitDir == SplitDir::Y),
…
-
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…
-
Hello, i noticed a crash of clang when it is build on Debug mode here the repro and the scanner
```
❯ /opt/llvm-git/bin/clang --version
clang version 20.0.0 (/home/arthapz/AUR/llvm-git/llvm-project d…
-
I am experiencing a crash in clang 19.1.4 when compiling files that clang 18.1.8 compiled without problems.
The crash happens in one out of maybe 200 attempts at compiling the same file. I managed to…
molar updated
8 hours ago
-
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…
-
Package: mysql-connector-cpp[core,jdbc]:x64-windows-static@8.0.32#2
**Host Environment**
- Host: x64-windows
- Compiler: MSVC 19.42.34433.0
- vcpkg-tool version: 2024-06-10-02590c430e4ed9215d2787…
-
hello I wanted to ask if someone could be so kind to list all the commands necessary to install on MacOS (Sonoma 14.3)
I tried to follow the instruction on the website
and did the following
`…
-
Checking out KDevelop 24.11.80 I'm getting an error trying to build the cmake plugin, not sure if it's an upstream or downstream issue, just posting it here in case:
````
[ 73%] Building CXX objec…
-
Compiler Explorer: https://godbolt.org/z/916YP9EM5 (trace back to clang-17.0.1)
```console
:4:11: error: expected ';' after union
4 | union {} long double __mutated_field__;
| …