Fixed a problem that would cause LLDB to crash
authorSean Callanan <scallanan@apple.com>
Wed, 6 Feb 2013 23:21:59 +0000 (23:21 +0000)
committerSean Callanan <scallanan@apple.com>
Wed, 6 Feb 2013 23:21:59 +0000 (23:21 +0000)
commitc3a1d5629acd8e0226fc929330e3234a39e908e1
treeb634dd5256d665e5d232932e8614cdf9d0d64dbc
parent1f380ea29aa03652382db9f1458d0cd6f86d701a
Fixed a problem that would cause LLDB to crash
if it encountered bad debug information.  This
debug information had an Objective-C method whose
selector disagreed with the true number of arguments
to that method.

<rdar://problem/12992864>

llvm-svn: 174557
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp
lldb/source/Symbol/ClangASTContext.cpp