mirror of
https://github.com/apple/swift.git
synced 2025-12-14 20:36:38 +01:00
git-clang-format'ed
This commit is contained in:
@@ -998,7 +998,8 @@ getNotableRegions(StringRef SourceText, unsigned NameOffset, StringRef Name,
|
||||
|
||||
CompilerInvocation Invocation{};
|
||||
Invocation.addInputBuffer(InputBuffer.get());
|
||||
Invocation.getFrontendOptions().Inputs.setPrimaryInput( {0, SelectedInput::InputKind::Buffer} );
|
||||
Invocation.getFrontendOptions().Inputs.setPrimaryInput(
|
||||
{0, SelectedInput::InputKind::Buffer});
|
||||
Invocation.getFrontendOptions().ModuleName = "extract";
|
||||
|
||||
auto Instance = llvm::make_unique<swift::CompilerInstance>();
|
||||
|
||||
Reference in New Issue
Block a user