Weitian Leung
Weitian Leung
For example add `clang-analyzer-unix.MismatchedDeallocator` check to Diagnostics ClangTidy section, no effects with clangd, but it works with clang-tidy checks. Seems only *-Wmismatched-new-delete* diagnostics works. Finally I found comment in source:...
This is just the same as [#571](https://github.com/clangd/clangd/issues/571), but since the issue closed, I just open a new one. Now the previous patch already reverted (https://reviews.llvm.org/rG0f62f05655d0dc879bd822b7808f1d3120155e6b) I've tried add utf-8 BOM...
Take the [official example](https://clang.llvm.org/extra/clang-tidy/checks/readability-duplicate-include.html) for example: ```cpp #include #include #include ``` Enable `readability-duplicate-include` from config.yaml `Diagnostics/ClangTidy/Add` section clangd will reports two positions (with unwanted previous line) for `readability-duplicate-include`, see the...
Can not run with **systemctl --user start bing-wallpaper.service** as README mentioned status from **systemctl --user status bing-wallpaper.service** > Process: 1389 ExecStart=/workspace/projects/linux-bing-wallpaper/bing-wallpaper zh-CN true (code=exited, status=2) > Main PID: 1389 (code=exited,...
When calling `repo.walk` in a new thread, it blocks the main thread until it finished!!! See the example code below, when run with a huge repo (qt5, chromium e.g.), the...
```cpp template class Foo {}; class Bar : public Foo {}; ``` When the cursor placed at `class B|ar`, use `Open Type Hierarchy` context menu from vscode, it just shows...
现在直接访问歌曲列表链接返回的是404了,研究了下需要先访问主页再去访问才行(就是为了那些cookie),我没研究怎么用requests搞,自己用curl搞了个[项目](https://github.com/timxx/musicexporter),偷了点代码,囧
Update generate GGUF steps, as the official PR changes can't convert to GGUF exactly
如题,是当instruct来微调么?然后加上那三个特殊的token?
When using clang-cl mode on Windows, hover on `STDAPI` function always displays the `nothrow` document  It's strange after changing the `cl.exe` to `clang++.exe` in `compile_commands.json`, it work as expected....