This is an archive of the discontinued LLVM Phabricator instance.

Convert PDBASTParser::GetDCContainingSymbol to be non-clang specific
AbandonedPublic

Authored by lanza on Mar 27 2019, 3:05 PM.

Details

Reviewers
compnerd
Summary

We are attempting to make PDBASTParser frontend agnostic to enable
multiple languages be able to produce PDB for lldb's consumption. Thus,
remove clang specific behavior.

Event Timeline

lanza created this revision.Mar 27 2019, 3:05 PM
compnerd accepted this revision.Mar 28 2019, 8:34 AM
This revision is now accepted and ready to land.Mar 28 2019, 8:34 AM
lanza abandoned this revision.Jun 29 2019, 5:46 PM