Rename Version VersionDefinition.
authorRui Ueyama <ruiu@google.com>
Sat, 16 Jul 2016 04:02:00 +0000 (04:02 +0000)
committerRui Ueyama <ruiu@google.com>
Sat, 16 Jul 2016 04:02:00 +0000 (04:02 +0000)
commitbc94dd9b280f14c0a0dfe31ed926b828e8304750
tree8b2afc15cea10e8101a8db56cce4b709d8aa65da
parent52654ebb12e4de5d90b005f876f3718d91571480
Rename Version VersionDefinition.

The identifier `Version` was used too often in the code to handle
symbol versions. The struct that contains version definitions is
named `Version`. Local variables for version ID are named `Version`.
Local varaible for version string are named `Version`.

This patch give them different names.

llvm-svn: 275673
lld/ELF/Config.h
lld/ELF/OutputSections.cpp
lld/ELF/OutputSections.h
lld/ELF/SymbolListFile.cpp
lld/ELF/SymbolTable.cpp
lld/ELF/Symbols.h