-
![QQ截图20191217144647](https://user-images.githubusercontent.com/2704364/70971490-137bdd00-20dc-11ea-8009-8f72407deb2f.png)
![QQ截图2](https://user-images.githubusercontent.com/2704364/70971521-255d8000…
-
Example:
```
template
struct B{
template
friend int operator-(B _left, B _right){ // < position 1
return 0;
}
};
static B a;
static B c; // < position 2
static int b =…
-
```cpp
void checkFeatures(wgpu::Adapter adapter) {
std::vector features;
size_t featureCount = adapter.enumerateFeatures(nullptr);
features.resize(featureCount); ///
-
Are you planning to provide releases for armv7l (aka. armhf) and arm64 (aka. aarch64) for Linux? According to the [LLVM download page](https://releases.llvm.org/download.html), the `10.0.1` release ha…
-
Hi,
I have the following line in a C code:
```c
ffi_type **arg_types = malloc(num_total_args * sizeof(*arg_types));
```
and `clang-tidy` warns with `Suspicious usage of 'sizeof(A*)'; pointer to…
-
### Thank you for the bug report
- [X] I am using the latest version of `lsp-mode` related packages.
- [X] I checked [FAQ](https://emacs-lsp.github.io/lsp-mode/page/faq/) and [Troubleshooting](https:…
-
| | |
|--------------------|----|
| Bugzilla Link | [PR51429](https://bugs.llvm.org/show_bug.cgi?id=51429) |
| Status | NEW |
| Importance | P enhancemen…
-
```
Before logging the bug, please make sure that:
1. You are using the latest version of `lsp-mode` related packages.
```
Yes, lsp version from melpa `20200504.643`.
```
2. You may also try r…
-
When I use `auto` while declaring variables, clangd provides excellent inlay hints. But when I write code like this, for example:
```c++
auto i = static_cast(...);
auto v = std::vector{...};
```
…
-
Hi, I just want to ping you about this apparently fully fledged language server for C++:
https://github.com/jacobdufault/cquery
It may be, for now, a better alternative to the rather incomplete Clan…