-
| | |
| --- | --- |
| Bugzilla Link | [40639](https://llvm.org/bz40639) |
| Version | unspecified |
| OS | Linux |
| Attachments | [Tooling implementation that shows the bug, with patch compile scri…
-
## Summary
Hi all!
And thank you for the super interesting project.
I'm not sure if this is a bug or not - technically it's just a compile issue.
I wanted to try the embedded example (https://…
vvzen updated
8 months ago
-
# User Story
Recognized stakeholder types: Decision-Maker, Maintainer
## Story
As a _Decision-Maker_
I want _to define decision criteria for a decision_
so that _I can rate alternative…
-
Off-topic introduction
I would like to begin with a bit of an apology. My input in this space so far has been exclusively negative (primarily expressing trepidation). Given that the reason I'm here…
-
When compiling this program using clang-trunk, clang reports `UNREACHABLE executed`.
Compiler explorer: https://gcc.godbolt.org/z/ToorqvhGh
The program:
```
int *x;
void f(char (*t)[(*x | 6)+…
-
**Ideas and discussions for cleanup/refactor**
- couple the well-formedness proof with the state in something like a sigma type so our operations produce `wf_state`s, not just `state`s
- bring bac…
-
```C#
public class Third_One : Second
{
public OwnedType ThirdOwned { get; set; }
}
public class Third_Two : Second
{
public OwnedType Third_Two_Owned { ge…
-
The mangling for a function template does not include the instantiation-dependent portions of non-type template parameters (including such things transitively within template template parameters). Thi…
-
Note: the issue was created automatically with bugzilla2github tool
Original bug ID: BZ#5410
From: @andersk
Reported version: 8.6
CC: @JasonGross
-
Minimal example at https://gist.github.com/retronym/41084b66d1df9904558d63797c579a2c, thanks to Jason Zaugg:
```scala
trait Elems {
class Elem[A] extends Dummy
val UnitElement: Elem[Unit]
…