Issue 63819
Summary [clang] Crashing during coroutine-related template instantiation with recursive TreeTransform
Labels new issue
Assignees
Reporter lanza
    With the code given here: https://gist.github.com/lanza/99f404d08cc8b6905c6dc57e235f7a37

clang crashes with the following invocation:

```
$ clang -std=c++20 file.cpp
```

It's attempting to do some tree transformation but just getting confused and recursing forever. It eventually crashers on an assert that `idx < size()`. 
_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to