-
One of the outcomes of the llvm-dev talk by @zygoloid is that it got me thinking about ways to improve template instantiation time. One such problem is that we rebuild every `Decl` every time, partic…
-
Hemlo!
Since https://github.com/purescript-emacs/purescript-mode/commit/9a9f55043872b9621286c5e2752f7f09fb07450e the function `purescript-ds-create-imenu-index` throws an error:
```
Scanning de…
-
... and use it in `KeywordCompleter`
-
I’m helping someone set up GFtools on their computer to build a font, and we’ve hit an unexpected snag.
Gftools won’t install in the venv of a project folder, which they got from a repo on GitHub via…
-
**This testcase is generated by a fuzzer.**
Compiler Explorer: [https://godbolt.org/z/73KjnYb3j](https://godbolt.org/z/73KjnYb3j)
This invalid code will crash on Clang Assertion Trunk, it seems …
-
**Describe the bug**
A clear and concise description of what the bug is.
**To Reproduce**
Steps to reproduce the behavior:
1. Go to '...'
2. Click on '....'
3. Scroll down to '....'
4. See er…
-
Some examples:
- should we always use `typealias` vs. `typeAlias` in urls and other areas where we check decl case?
- should we always use `getuser` vs. `getUser` for decl names in urls, etc?
We've …
-
**Describe the bug**
Hi, there. I am using makefile to build zstd on linux and gcc, using commands as follows. And i found the compile flag `-fno-tree-vectorize` is missing since version v1.4.7. To b…
-
Hello there, clang++ crashes on the following test case:
```cpp
a() { struct{[({ struct { b =
```
Tested version(s): 19.1.0, trunk.
Example: https://godbolt.org/z/nnj3sYKbP
Stack dump:
…
-
This is a fairly new addition to the language (https://github.com/ziglang/zig/pull/21264) and it would be nice if zls would autocomplete these, and show some more information (like function parameters…