We usually start error messages with lowercase letters and most of them in llvm-dwp follow that rule. This patch fixes a few messages that started with capital letters.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D76277
[llvm-dwp] Start error messages with lowercase letters. ClosedPublic Authored by ikudrin on Mar 17 2020, 5:11 AM.
Details Summary We usually start error messages with lowercase letters and most of them in llvm-dwp follow that rule. This patch fixes a few messages that started with capital letters.
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Mar 17 2020, 6:11 AM Closed by commit rGb1c8a378f78b: [llvm-dwp] Start error messages with a lowercase letter. (authored by ikudrin). · Explain WhyMar 19 2020, 5:54 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 251356 llvm/test/tools/llvm-dwp/X86/duplicate.test
llvm/test/tools/llvm-dwp/X86/gcc_type.test
llvm/test/tools/llvm-dwp/X86/invalid_cu_index.test
llvm/test/tools/llvm-dwp/X86/missing_tu_index.test
llvm/tools/llvm-dwp/llvm-dwp.cpp
|