This is an archive of the discontinued LLVM Phabricator instance.

Kill unused variable m_tu_decl_up in SymbolFilePDB
ClosedPublic

Authored by lanza on Mar 25 2019, 5:41 PM.

Details

Summary

An TranslationUnitDecl was being brought in from the clang::ASTContext
which required clang specific code to exist in SymbolFilePDB.
Since it was unused we can just get rid of it along with the clang
specific code.

Diff Detail

Repository
rLLDB LLDB

Event Timeline

lanza created this revision.Mar 25 2019, 5:41 PM
compnerd accepted this revision.Mar 25 2019, 9:40 PM
This revision is now accepted and ready to land.Mar 25 2019, 9:40 PM
This revision was automatically updated to reflect the committed changes.
Herald added a project: Restricted Project. · View Herald TranscriptMar 27 2019, 12:16 PM