mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
Merge pull request #65688 from bnbarham/swap-cursor-info-order
[CursorInfo] Prefer AST based results over solver based
This commit is contained in:
@@ -109,6 +109,10 @@ SwiftInvocation::~SwiftInvocation() {
|
||||
delete &Impl;
|
||||
}
|
||||
|
||||
ArrayRef<std::string> SwiftInvocation::getArgs() const {
|
||||
return ArrayRef(Impl.Opts.Args);
|
||||
}
|
||||
|
||||
void SwiftInvocation::applyTo(swift::CompilerInvocation &CompInvok) const {
|
||||
return Impl.Opts.applyTo(CompInvok);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user