This is an archive of the discontinued LLVM Phabricator instance.

[NativePDB] Make GetParentDeclContext return an lldb type
AbandonedPublic

Authored by lanza on Jul 12 2019, 8:26 PM.

Details

Reviewers
None
Summary

We intend to make PdbAstBuilder abstract and implement
PdbAstBuilderClang along with any other languages that wish to use PDBs.
Thus, change GetParentDeclContext from returning a clang DeclContext to
a lldb_private::CompilerDeclContext.

Event Timeline

lanza created this revision.Jul 12 2019, 8:26 PM
lanza abandoned this revision.Dec 18 2019, 4:32 PM