Fixed a logic error that showed up when compiling with a newer version of clang where:
authorGreg Clayton <gclayton@apple.com>
Mon, 15 Oct 2012 21:16:43 +0000 (21:16 +0000)
committerGreg Clayton <gclayton@apple.com>
Mon, 15 Oct 2012 21:16:43 +0000 (21:16 +0000)
commitc4c5e89152cd415473995e8ff6f10265a610d49f
tree358f78fa08e87ba2992c91cb8f4ad56b16026c6b
parent3bc98d94ad8dc0ab088c3229b3475359db08d214
Fixed a logic error that showed up when compiling with a newer version of clang where:

lldb::BasicType
ClangASTContext::GetLLDBBasicTypeEnumeration (clang_type_t clang_type)

would return a bogus value.

llvm-svn: 165979
lldb/source/Symbol/ClangASTContext.cpp