| Issue | 207774 |
|---|---|
| Summary | [Clang] Expansion statements should use the `Unused` bit in `ScopeFlags` |
| Labels | clang, c++26 |
| Assignees | Sirraide |
| Reporter | Sirraide |
Currently, this is just a `bool` member in `Scope`; I recently freed up a bit for this in `ScopeFlags`; we should switch to using it after the expansion statements patches are merged.
_______________________________________________ llvm-bugs mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs
