Fix a bug where LLDB could be convinced to attempt to extract a bitfield of size...
authorEnrico Granata <egranata@apple.com>
Thu, 26 Feb 2015 19:00:23 +0000 (19:00 +0000)
committerEnrico Granata <egranata@apple.com>
Thu, 26 Feb 2015 19:00:23 +0000 (19:00 +0000)
commitb523deaa3864e467ab423483200d343006a7cd73
tree7d1cc86c54eed623b9116ba0330cd34362cdec0c
parent221f467185790f7369052c7d39f3dba63c2fccc9
Fix a bug where LLDB could be convinced to attempt to extract a bitfield of size 0, and consequently crash

llvm-svn: 230661
lldb/source/Core/DataExtractor.cpp