mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
ABIChecker: add an API to document that SDKNodeRoot contains single module name. NFC
This commit is contained in:
@@ -446,6 +446,7 @@ public:
|
||||
ArrayRef<SDKNodeDecl*> getDescendantsByUsr(StringRef Usr) {
|
||||
return DescendantDeclTable[Usr].getArrayRef();
|
||||
}
|
||||
llvm::Optional<StringRef> getSingleModuleName() const;
|
||||
};
|
||||
|
||||
class SDKNodeType: public SDKNode {
|
||||
|
||||
Reference in New Issue
Block a user