A series of bit-flag values should be bitwise-or'ed not logical-or'ed.
authorJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 08:15:11 +0000 (08:15 +0000)
committerJason Molenda <jmolenda@apple.com>
Thu, 16 Oct 2014 08:15:11 +0000 (08:15 +0000)
commit0060a38e7bae674ff9a0175031180b7bafd6a7d4
tree08abd75dfe1d1cd0d394293f0e4a71eaecfecceb
parentf8a7cfad6d1ee4bb8e8fdc24d7f41483d0647ad0
A series of bit-flag values should be bitwise-or'ed not logical-or'ed.
clang unreachable code warning.

llvm-svn: 219916
lldb/source/Expression/ClangExpressionDeclMap.cpp