This is an archive of the discontinued LLVM Phabricator instance.

Sink PrettyDeclStackTrace down to the AST library
ClosedPublic

Authored by jordan_rose on Mar 14 2018, 3:29 PM.

Details

Reviewers
bruno
rsmith
Summary

...and add some very basic stack trace entries for module building. This would have helped track down rdar://problem/38434694 sooner (which I can't share, sorry).

Diff Detail

Repository
rC Clang

Event Timeline

jordan_rose created this revision.Mar 14 2018, 3:29 PM
bruno accepted this revision.Mar 22 2018, 2:56 PM

Hi Jordan,

Thanks for improving this. LGTM

This revision is now accepted and ready to land.Mar 22 2018, 2:56 PM
jordan_rose closed this revision.Mar 22 2018, 5:10 PM

Committed in rL328276.