-
**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
…
-
Thanks so much for this project! I've encountered an issue on Jupyter Notebooks when trying to access the lexicon nrc_en.json. Here's the output of a sample that I tried to run:
from nrclex import…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/eTEfa1j95](https://godbolt.org/z/eTEfa1j95)
This invalid code will crash on clang trunk and clang assertion …
-
Currently, each command extension created will create redundant and duplicate code for parsing the flags passed as arguments to the command.
Something on the lines of getOpt with Linux systems (may…
-
### Description
Something like this throws an annoying long warning:
```rust
seeds = [
pda.field.checked_add(1).unwrap().to_le_bytes().as_ref()
]
```
Since the parser takes everything …
-
Function declarations currently only accept variables as arguments, but in SML one can do pattern matching with a declaration. CakeML AST does not support that, but the parser could generate the corre…
-
Minimal reproducer:
```
INTEGER :: i
j=2
!$OMP PARALLEL default(private)
!$OMP critical(k2)
j=200
!$OMP END critical(k2)
!$OMP END PARALLEL
END
```
`flang -fopenmp file.f90`
```
flang-…
tblah updated
1 month ago
-
My program has both general options, e.g. '--verbose' and subparser specific options
The general options cannot be set in the gooey generated GUI, at least not by the default settings
of gooey
Gl…
-
I decided to split off this from the problem originally mentioned in issue #1318 as it seems to have unintended side-effects. I've re-tested this with Yargs 17.0 and the problem remains. Unless I'm mi…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/a4o6eoPb6](https://godbolt.org/z/a4o6eoPb6)
This invalid code will crash on both Clang Trunk and Clang Asser…