Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | ||
---|---|---|
3092 | To be consistent with other clang/llvm diagnostic can this be "did you mean 'Suggestion'"? |
Comment Actions
LGTM with one more consistency tweak.
llvm/lib/Target/AArch64/AsmParser/AArch64AsmParser.cpp | ||
---|---|---|
3092 | Thanks for the patch. Sorry, I think another pass is needed here for consistency, the messages look like so (no quotes, single sentence): test/MC/AArch64/invalid-instructions-spellcheck.s 28:// CHECK: error: unrecognized instruction mnemonic, did you mean: add, addp, adds, addv, fadd, madd? 35:// CHECK-NO-NEON: error: unrecognized instruction mnemonic, did you mean: add, adds, fadd, madd? |
To be consistent with other clang/llvm diagnostic can this be "did you mean 'Suggestion'"?