[clang-tools-extra] [llvm] [clang] [Clang] Fix : More Detailed "No expected directives found" (PR #78338)
Jessica Clarke via cfe-commits
cfe-commits at lists.llvm.org
Fri Jan 26 15:40:23 PST 2024
================
@@ -179,7 +179,7 @@ def err_verify_invalid_no_diags : Error<
"%select{expected|'expected-no-diagnostics'}0 directive cannot follow "
"%select{'expected-no-diagnostics' directive|other expected directives}0">;
----------------
jrtc27 wrote:
This looks like it needs templating?
https://github.com/llvm/llvm-project/pull/78338
More information about the cfe-commits
mailing list