We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 2b27330 + c48a638 commit 23e66f7Copy full SHA for 23e66f7
lib/Refactoring/Refactoring.cpp
@@ -661,8 +661,7 @@ class RenameRangeCollector : public IndexDataConsumer {
661
assert(existingLoc->OldName == loc->OldName &&
662
existingLoc->NewName == loc->NewName &&
663
existingLoc->IsFunctionLike == loc->IsFunctionLike &&
664
- existingLoc->IsNonProtocolType ==
665
- existingLoc->IsNonProtocolType &&
+ existingLoc->IsNonProtocolType == loc->IsNonProtocolType &&
666
"Asked to do a different rename for the same location?");
667
}
668
0 commit comments