mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Fix ReferencedNameTracker in preparation for batch mode.
This commit is contained in:
@@ -275,8 +275,8 @@ public:
|
||||
InputsAndOutputs.hasSingleInput();
|
||||
}
|
||||
|
||||
PrimarySpecificPaths getPrimarySpecificPathsForAtMostOnePrimary();
|
||||
PrimarySpecificPaths getPrimarySpecificPathsForPrimary(StringRef);
|
||||
PrimarySpecificPaths getPrimarySpecificPathsForAtMostOnePrimary() const;
|
||||
PrimarySpecificPaths getPrimarySpecificPathsForPrimary(StringRef) const;
|
||||
|
||||
private:
|
||||
static bool canActionEmitDependencies(ActionType);
|
||||
|
||||
Reference in New Issue
Block a user