Fixed a bug where DW_AT_start_scope would fall through to DW_AT_artificial in SymbolF...
authorGreg Clayton <gclayton@apple.com>
Fri, 18 Mar 2016 20:33:49 +0000 (20:33 +0000)
committerGreg Clayton <gclayton@apple.com>
Fri, 18 Mar 2016 20:33:49 +0000 (20:33 +0000)
commit31460392c1ae69af903d381cf7d6d2280eea94a3
tree3b7860fb4fe2330e071a85947c4cc29f67599766
parentfa771811b3cf146ce0cadd1995d149ed50acc96d
Fixed a bug where DW_AT_start_scope would fall through to DW_AT_artificial in SymbolFileDWARF::ParseVariableDIE(). This was caught by the clang warning that catches unannotated case fall throughs.

llvm-svn: 263824
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp