This is an archive of the discontinued LLVM Phabricator instance.

[analyzer] Store ValueDecl in DeclRegion
ClosedPublic

Authored by george.karpenkov on Jul 30 2018, 11:41 AM.

Details

Summary

All use cases of DeclRegion actually have ValueDecl there,
and getting the name from declaration comes in very handy.

Diff Detail

Repository
rC Clang

Event Timeline

NoQ accepted this revision.Jul 30 2018, 11:42 AM
This revision is now accepted and ready to land.Jul 30 2018, 11:42 AM
This revision was automatically updated to reflect the committed changes.