This is an archive of the discontinued LLVM Phabricator instance.

[clang-diff] Fix matching for unnamed NamedDecs
Needs ReviewPublic

Authored by johannes on Aug 14 2017, 9:05 AM.

Details

Reviewers
arphaman
Summary

This makes Node::getIdentifier return a valid value for special
NamedDecl nodes that do not have a name, such as ctors, dtors
and unnamed classes / namespaces.

Event Timeline

johannes created this revision.Aug 14 2017, 9:05 AM