The second check failed, FOO(C.X) wasn't renamed to FOO(C.Y).
Details
Details
Diff Detail
Diff Detail
Event Timeline
| clang-rename/USRLocFinder.cpp | ||
|---|---|---|
| 106–113 | Don't we just always want to do that? | |
Differential D20446
clang-rename: fix renaming members when referenced as macro arguments Authored by vmiklos on May 19 2016, 12:52 PM.
Details The second check failed, FOO(C.X) wasn't renamed to FOO(C.Y).
Diff Detail Event Timeline
| ||||||
Don't we just always want to do that?
Location = Decl->getASTContext().getSourceManager().getSpellingLoc(Expr->getMemberLoc());
should always work.