-
```
Compiling .pioenvs/4heat-controller/src/esphome/components/fourheat/binary_sensor/fourheat_binary_sensor.cpp.o
In file included from src/esphome/components/fourheat/helpers.h:3,
…
-
```c++
#include
#include
#include
enum Flags : uint64_t
{
LowMemoryNotification = (1
-
Compiler Explorer: [code](https://godbolt.org/z/GE79rcGa7)
```
x86-64 clang 19.1.0 (assertions) - cached
clang++: /root/llvm-project/clang/lib/Sema/SemaTemplateInstantiate.cpp:4417: void clang::L…
-
Hi there, clang++ crashes from a SEGV on the following invalid test case:
```cpp
a() {struct b c (sizeof(b * [({ {tree->d* next)} 0
```
Tested version(s): 14.0.0 ~ 19.1.0, trunk.
Exampl…
-
Hi! I've tried to fuzz CppSharp with [sydr-fuzz](https://github.com/ispras/oss-sydr-fuzz) (based on [SharpFuzz](https://github.com/Metalnem/sharpfuzz) core) and found some crashes that i don't know ho…
-
To reproduce: https://godbolt.org/z/E3Pcx4M56
This happens on clang assertions trunk.
I've reduced the test to a small program with the ```_Atomic``` keyword
```c
int main ( ) {
int c = ( _A…
-
The following translation unit:
```c++
struct a {
};
template
struct b {
};
template
struct c {
template requires(void(sizeof...(Ts)), false)
friend bool operator==(c, b);
};
tem…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/d1o1EzrYr](https://godbolt.org/z/d1o1EzrYr)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/a7EjYrb14](https://godbolt.org/z/a7EjYrb14)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
clang crashes compiling the following code:
```
struct S { int a, b; };
constexpr auto offset_of_b(S* s = nullptr) {
auto* mp = &s->b;
return static_cast(static_cast(mp))
- …