mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
swift-module-digester: exclude fixed binary order when checking API stability.
This commit is contained in:
@@ -1936,6 +1936,8 @@ class RenameDetectorForMemberDiff : public MatchedNodeListener {
|
||||
public:
|
||||
RenameDetectorForMemberDiff(): LeftDetector(true), RightDetector(false) {}
|
||||
void foundMatch(NodePtr Left, NodePtr Right, NodeMatchReason Reason) override {
|
||||
if (!Left || !Right)
|
||||
return;
|
||||
detectRename(Left, Right);
|
||||
LeftDetector.detect(Left, Right);
|
||||
RightDetector.detect(Right, Left);
|
||||
|
||||
Reference in New Issue
Block a user