Fix two issues in PDBASTParser
authorPavel Labath <pavel@labath.sk>
Wed, 12 Sep 2018 12:26:11 +0000 (12:26 +0000)
committerPavel Labath <pavel@labath.sk>
Wed, 12 Sep 2018 12:26:11 +0000 (12:26 +0000)
commitd9a58f5af1f31343d72bab0c5dff7932b1d7d0d3
tree7ae66edb8de16bf0a432b72bac5260567703b007
parent7704473172468e6011a51140f1059a14c55664ba
Fix two issues in PDBASTParser

- gcc warning about using binary or for or-ing two comparisons (a == b | a == c)
- llvm style prefers static functions to functions in an anonymous namespace

llvm-svn: 342051
lldb/source/Plugins/SymbolFile/PDB/PDBASTParser.cpp