-
### Description
I encountered a crash in Clang-20 when compiling the following code snippet:
```cpp
template struct A
{
void foo() throw(int[N]);
};
A a;
template struct A
{
vo…
-
Considering this example
```
const test = {
timezones: () => import('@/timezones.json', { assert: { type: 'json' } }).then((module) => module.default),
test: () => import('../../timezon…
-
### What type of issue is this?
Incorrect support data (example: BrowserX says "86" but support was added in "40")
### What information was incorrect, unhelpful, or incomplete?
largeBlob exte…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/6c5b51jGW](https://godbolt.org/z/6c5b51jGW)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/8ob4qjW47](https://godbolt.org/z/8ob4qjW47)
This valid code will crash on clang assertion trunk:
```cpp
cl…
-
**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
…
-
### System Information
OpenCV python version: 4.10.0.84
Operating System / Platform: MacOS 15.1.1
Python version: 3.12.7
### Detailed description
Flipping arrays with more than 512 channels (thir…
-
Assertion failed: "boolean expression must not be null"
at Object.wrapException (http://localhost:63619/dwds/src/injected/client.js:1036:17)
at Object.assertThrow (http://localhost:63619/d…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/vKr6oPYrq](https://godbolt.org/z/vKr6oPYrq)
This invalid code will crash on Clang Assertion Trunk.
```cpp
…
-
I was easily able to get this error, but it is not clear enough for me to correct my settings:
```
[2023-05-11 13:32:18.184234] [0x00007efd16f41000] [trace] Embedded OCIO configuration file: '/hom…
drewp updated
3 weeks ago