[Lldb-commits] [PATCH] D55384: [NativePDB] Reconstruct FunctionDecl AST nodes from PDB debug info
Aleksandr Urakov via Phabricator via lldb-commits
lldb-commits at lists.llvm.org
Thu Dec 6 22:39:53 PST 2018
aleksandr.urakov accepted this revision.
aleksandr.urakov added a comment.
This revision is now accepted and ready to land.
LGTM!
================
Comment at: lldb/source/Plugins/SymbolFile/NativePDB/SymbolFileNativePDB.cpp:577
+
+ clang::DeclContext *decl_context = m_clang->GetTranslationUnitDecl();
+ clang::FunctionDecl *function_decl = m_clang->CreateFunctionDeclaration(
----------------
May be it would be worth to leave a TODO here (about searching a correct declaration context in the future)?
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D55384/new/
https://reviews.llvm.org/D55384
More information about the lldb-commits
mailing list