Issue |
126536
|
Summary |
clangd hangs on valid C++
|
Labels |
clangd
|
Assignees |
HighCommander4
|
Reporter |
kadircet
|
foo.cc:
```
template <class T>
void foo() {
T bar;
auto baz = (bar, bar);
baz.foo();
}
```
`clangd --check=foo.cc` hangs starting with 7fd84264eda6546950883a20c2f948eb1a560f4f when building inlay hints. It terminates almost immediately at previous commit.
_______________________________________________
llvm-bugs mailing list
llvm-bugs@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs