[dsymutil] Move CommonSymbols.clear() in resetParserState.
authorJonas Devlieghere <jonas@devlieghere.com>
Thu, 10 Oct 2019 16:37:38 +0000 (16:37 +0000)
committerJonas Devlieghere <jonas@devlieghere.com>
Thu, 10 Oct 2019 16:37:38 +0000 (16:37 +0000)
commit644abcf09d6be542983ff127041b6ae9235ada46
tree41adf17da0de39fa79b0d2c0b833625f4afa8520
parent8628bb0491cfbef98c866110d09a5c81caed6095
[dsymutil] Move CommonSymbols.clear() in resetParserState.

This seems like a more natural place to clear the vector, especially
since this method is clearing other data structures as well.

llvm-svn: 374378
llvm/tools/dsymutil/MachODebugMapParser.cpp