[ELF] - Consistent spelling for error/warning messages
authorGeorge Rimar <grimar@accesssoftek.com>
Thu, 10 Mar 2016 16:58:34 +0000 (16:58 +0000)
committerGeorge Rimar <grimar@accesssoftek.com>
Thu, 10 Mar 2016 16:58:34 +0000 (16:58 +0000)
commite094388861ec71d0fa8693adbf6bd999dd9691cb
treee1847cb4f51deee2f89e842b162d3c827e48951f
parent278a5b31a5a5524eaafced3f72e009d59277752f
[ELF] - Consistent spelling for error/warning messages

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.

Differential revision: http://reviews.llvm.org/D18045

llvm-svn: 263125
20 files changed:
lld/ELF/Driver.cpp
lld/ELF/DriverUtils.cpp
lld/ELF/InputFiles.cpp
lld/ELF/LinkerScript.cpp
lld/ELF/OutputSections.cpp
lld/ELF/SymbolTable.cpp
lld/ELF/Target.cpp
lld/ELF/Writer.cpp
lld/test/ELF/basic.s
lld/test/ELF/conflict.s
lld/test/ELF/driver.test
lld/test/ELF/duplicate-internal.s
lld/test/ELF/invalid-elf.test
lld/test/ELF/libsearch.s
lld/test/ELF/linkerscript.s
lld/test/ELF/lto/duplicated.ll
lld/test/ELF/sysroot.s
lld/test/ELF/tls-static.s
lld/test/ELF/undef-start.s
lld/test/ELF/undef.s