Timm =?utf-8?q?Bäder?= <[email protected]>
Message-ID:
In-Reply-To: <llvm.org/llvm/llvm-project/pull/[email protected]>
================
@@ -162,6 +162,7 @@ class InterpState final : public State, public SourceMapper
{
/// Things needed to do speculative execution.
SmallVectorImpl<PartialDiagnosticAt> *PrevDiags = nullptr;
+ bool PrevDiagsEmitted;
----------------
Sirraide wrote:
```suggestion
bool PrevDiagsEmitted = false;
```
https://github.com/llvm/llvm-project/pull/203838
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits