lucasexe
lucasexe
Just install `clang`: `sudo apt install clang` It will install clang++. When you do `sudo apt install clang++` you are asking to install a lot of packages (`clang++` is interpreted...
> `VisitStringLiteral()` in `InlayHints.cpp` makes an unconditional call to `StringLiteral::containsNonAscii()`, but it looks like that function has as its precondition that `getCharByteWidth() == 1`. > > Adjusting the condition in...
I'd also like to have this enhancement. Context: I'm working in a multi-thread environment and I need to unlock the mutex as soon as possible. Having this override for emplace/insert...