Yihan Yang

Results 4 issues of Yihan Yang

打开了 Katex 渲染也不太行?

Compiler Explorer: [https://godbolt.org/z/dbjjexs4f](https://godbolt.org/z/dbjjexs4f) Attempting to compile the following program with Clang Assertion Trunk: ```c void foo(const void *pcv, void *pvv, int i) { 1 ? *pcv : *pvv; } ```...

clang:frontend
confirmed
crash-on-valid
regression:16
clang:frontend:fuzzer

**This testcase is generated by a fuzzer.** Compiler Explorer: [https://godbolt.org/z/G5nn9vcWz](https://godbolt.org/z/G5nn9vcWz) This invalid code will crash on Clang Assertion Trunk. ```cpp template float nosplit(); template int nosplit(); int nosplit() { return...

clang:frontend
crash-on-invalid
clang:frontend:fuzzer

### ChakraCore Version e26c81f ### Steps to reproduce The code will crash in debug builds. ### Proof of concept ```js async function test() { var i8 = new Int8Array(256); var...

Bug