-
`parser.cxx` and `resolve.cxx` in particular have become cluttered with utility functions that need to be moved to more suitable locations, not least to take stress away from the dev env when working …
-
Hi there, clang++ crashes from an assertion failure on the following invalid test case:
```cpp
a = ^ b ( c < ({d e ( int a,[(a]))>>
```
Tested version(s): only 19.1.0 and trunk (assertions…
-
Hi there, clang++ crashes from an assertion failure on the following invalid test case:
```cpp
struct { char a { b(tree->c * next) }
```
Tested version(s): 16.0.0 ~ 19.1.0, trunk.
Examp…
-
Compiler Explorer: [https://godbolt.org/z/Ms8PxroKc](https://godbolt.org/z/Ms8PxroKc)
Attempting to compile the following simple program with Clang Assertion Trunk:
```c
_Atomic(int) a;
int abs(…
-
Hi there, it appears the package doesn't currently allow hyphens in command arguments.
For example:
```
python watchall.py squeue -u thejohnhoffer
```
prints a complaint from argparse that `-u`…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/8jf36n54q](https://godbolt.org/z/8jf36n54q)
This invalid code will crash on both Clang Trunk and Clang Asser…
-
Hello there, the following invalid test case triggers an AF in the assertion trunk.
```cpp
a(){({&tree)
```
Tested version(s): 9.0.0 ~ trunk (with assertions enabled)
Example: https://godbo…
-
Side effect of the new api - need to make the right help message come up too
```
$ scripts/sanskrit_parser vakya --help
unable to import 'smart_open.gcs', disabling that module
usage: sanskrit_p…
-
BPO | [9334](https://bugs.python.org/issue9334)
--- | :---
Nosy | @rhettinger, @cben, @ericvsmith, @orivej, @merwok, @bitdancer, @andersk, @vadmium, @spaceone, @vporton, @maggyero, @tirkarthi, @gaborb…
-
Hi @bdarcus, I've taken the recent issue with post-processing of field values as incentive to finally do what I've been wanting to do for a long time: replace the horrible regexp-based parsing code in…