Go to file
Greg Clayton 2e644415ba Remove dead code from SymbolFileDWARF:
lldb::TypeSP 
SymbolFileDWARF::FindDefinitionTypeForDIE (
    DWARFCompileUnit* dwarf_cu, 
    const DWARFDebugInfoEntry *die, 
    const lldb_private::ConstString &type_name);

This function isn't used as it has been replaced by:

lldb::TypeSP
SymbolFileDWARF::FindDefinitionTypeForDWARFDeclContext (
    const DWARFDeclContext &die_decl_ctx);

I am about to change the way we resolve C/C++ class/struct/union types and want to clean up SymbolFileDWARF before I start.

llvm-svn: 223376
2014-12-04 18:49:24 +00:00
clang clang-format: [JS] Don't put top-level dict literals on a single line. 2014-12-04 16:07:17 +00:00
clang-tools-extra Make ArgumentsAdjuster an std::function (clang-tools-extra part of D6505). 2014-12-03 17:53:03 +00:00
compiler-rt [msan] Put the coverage files for coverage-levels.cc into a temporary dir. 2014-12-04 11:35:32 +00:00
debuginfo-tests New round of fixes for "Always compile debuginfo-tests for the host triple" 2014-10-18 23:47:59 +00:00
libclc Don't include <stddef.h> 2014-11-18 14:19:27 +00:00
libcxx libc++: support NaCl when building thread.cpp 2014-12-02 17:30:19 +00:00
libcxxabi Fix comment on end of #endif to match #if 2014-11-25 03:19:02 +00:00
lld Revert "Rewrite InputGraph's Group" 2014-12-04 18:29:03 +00:00
lldb Remove dead code from SymbolFileDWARF: 2014-12-04 18:49:24 +00:00
llgo Initial commit of llgo third_party. 2014-11-27 00:12:26 +00:00
llvm Add a section to Statepoint docs mentioning shared bugzilla search and standard mailing lists 2014-12-04 18:33:28 +00:00
openmp I apologise in advance for the size of this check-in. At Intel we do 2014-10-07 16:25:50 +00:00
polly checkout_isl: Do not fail in presence of an old CLooG checkout 2014-12-02 21:04:20 +00:00