Do not use public inheritance where it is not needed.
authorRui Ueyama <ruiu@google.com>
Wed, 5 Apr 2017 05:06:58 +0000 (05:06 +0000)
committerRui Ueyama <ruiu@google.com>
Wed, 5 Apr 2017 05:06:58 +0000 (05:06 +0000)
commit583264e47709d71c7726fe15dd878fcba76a8fd3
tree3153dcb50375f1e070d12162f9e7dcfe044fa1e2
parentf62d2607443197ef2bca84a10e91551ad63a615f
Do not use public inheritance where it is not needed.

ScriptParser is not a ScriptLexer, so this should be a private inheritance.

llvm-svn: 299513
lld/ELF/LinkerScript.cpp