[clang] [clang-tools-extra] [llvm] [Clang] Fix : More Detailed "No expected directives found" (PR #78338)
Shourya Goel via llvm-commits
llvm-commits at lists.llvm.org
Fri Jan 26 23:06:05 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">;
def err_verify_no_directives : Error<
- "no expected directives found: consider use of 'expected-no-diagnostics'">;
+ "no expected directives found: consider use of '%0-no-diagnostics'">;
----------------
Sh0g0-1758 wrote:
this is just some formatting issue. I was following the directions of the original issue, where @tbaederr mentioned changing only the latter expected part of the string.
https://github.com/llvm/llvm-project/pull/78338
More information about the llvm-commits
mailing list