[PATCH] D18045: [ELF] - consistent spelling for error/warning messages
George Rimar via llvm-commits
llvm-commits at lists.llvm.org
Thu Mar 10 07:10:01 PST 2016
grimar created this revision.
grimar added reviewers: ruiu, rafael.
grimar added subscribers: llvm-commits, grimar.
Herald added a subscriber: joker.eph.
Previously error and warnings were not consistent in lld.
Some of them started from lowercase letter, others from
uppercase. Also there was one or two which had a dot at the end.
This patch changes all messages to start from uppercase letter if
they were not before.
http://reviews.llvm.org/D18045
Files:
ELF/Driver.cpp
ELF/DriverUtils.cpp
ELF/InputFiles.cpp
ELF/LinkerScript.cpp
ELF/OutputSections.cpp
ELF/SymbolTable.cpp
ELF/Target.cpp
ELF/Writer.cpp
test/ELF/basic.s
test/ELF/conflict.s
test/ELF/driver.test
test/ELF/duplicate-internal.s
test/ELF/invalid-elf.test
test/ELF/libsearch.s
test/ELF/linkerscript.s
test/ELF/lto/duplicated.ll
test/ELF/sysroot.s
test/ELF/tls-static.s
test/ELF/undef-start.s
test/ELF/undef.s
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D18045.50276.patch
Type: text/x-patch
Size: 17175 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160310/8819724b/attachment.bin>
More information about the llvm-commits
mailing list