================
@@ -30,6 +30,13 @@ class LangOptions;
class SourceManager;
class TextDiagnosticBuffer;
+enum class DiagnosticMatchResult {
+ None,
+ Partial, /// Match, but not a full match
+ AtLeastPartial, /// Match, but we didn't check for full match
----------------
AaronBallman wrote:
```suggestion
Partial, /// Match, but not a full match.
AtLeastPartial, /// Match, but we didn't check for full match.
```
https://github.com/llvm/llvm-project/pull/179835
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits