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.
1 parent 54f9cae commit c48a638Copy full SHA for c48a638
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