<rdar://problem/12153915>
authorGreg Clayton <gclayton@apple.com>
Mon, 12 Nov 2012 21:27:20 +0000 (21:27 +0000)
committerGreg Clayton <gclayton@apple.com>
Mon, 12 Nov 2012 21:27:20 +0000 (21:27 +0000)
commit65ec1032dfb220065a865dfb97f4dc2584f1f0ee
tree87e07d07c8b71d0876b6e5f81fb2bad671f223be
parente818ca2fcbcfac65861bc7b99071edcea2b17ac0
<rdar://problem/12153915>

When uniquing classes against one another we can't depend on any or all of the artificial functions (default ctor, dtor, copy ctor, move ctor, etc) being in each definition. Now we treat those separately and handle those to the best of our ability.

llvm-svn: 167752
lldb/include/lldb/Core/UniqueCStringMap.h
lldb/source/Plugins/SymbolFile/DWARF/SymbolFileDWARF.cpp