Haojian Wu
Haojian Wu
> > Another thing that could be worth investigating here is whether it's expected for `TemplateTypeParmTypeLoc::getDecl()` to return `nullptr` in this scenario. > > I know `TemplateTypeParmType::getDecl()` has a branch...
Hi @yuanfang-chen, I wonder what's the status now, are you still working on it? If not, I'm happy to pick it up.
Reassign this issue to me. I'm working on it.
@steve-lamerton , what's exact meaning of "lock up for me once I click OK on the print dialog"? It seems work fine on my local machine(CEF 3.1650.1562 32 bits release...
Oops, right now I have no real printer and thanks for testing this. To verify whether this is a bug in CEF, I sugguest to test it on `cefclient.exe` of...
This feature is called "Signature Help" (https://microsoft.github.io/language-server-protocol/specifications/lsp/3.17/specification/#textDocument_signatureHelp) -- it usually displays the signature of a method in a tooltip when a user types the parameter list start character. It looks...
Depends on the the specific APIs you require. As stated in https://github.com/greenheartgames/greenworks/issues/12, providing leaderboards API for writing is not a good fit as players can easily call them to cheat...
> @hokein, did you by any chance get around to try propagating `AcceptInvalidDecl=true` to `ActOnIdExpression` as discussed in the mentioned patch? I'd like to give it a try, just wanted...
clangd provides similar control-flow [functionalities](https://github.com/llvm/llvm-project/blob/main/clang-tools-extra/clangd/XRefs.cpp#L1123-L1130) via documentHighlight, but not go-to-definition. If you highlight on a `break`/`continue` within a for-loop, the `for` keyword will be also highlighted, see
Fixed by the https://github.com/llvm/llvm-project/commit/c7bfc41860a6abe5c92dc5afb47348b0c9e69963