[llvm] [clang-tools-extra] [clang] [CLANG] Fix : More Detailed "No expected directives found" (PR #78338)

Anton Korobeynikov via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 16 15:55:14 PST 2024


================
@@ -1098,7 +1098,10 @@ void VerifyDiagnosticConsumer::CheckDiagnostics() {
     // Produce an error if no expected-* directives could be found in the
     // source file(s) processed.
     if (Status == HasNoDirectives) {
-      Diags.Report(diag::err_verify_no_directives).setForceEmit();
+      // change here
----------------
asl wrote:

Ditto

https://github.com/llvm/llvm-project/pull/78338


More information about the llvm-commits mailing list