This is an archive of the discontinued LLVM Phabricator instance.

[clang-diff] Honor macros
Needs ReviewPublic

Authored by johannes on Aug 22 2017, 2:05 AM.

Details

Reviewers
arphaman
Summary

Nodes that are expanded from some macro are given a special
"Macro" kind instead of an ASTNodeKind. They are compared by
their textual value including arguments, before expansion.

Event Timeline

johannes created this revision.Aug 22 2017, 2:05 AM