mirror of
https://github.com/apple/swift.git
synced 2025-12-21 12:14:44 +01:00
Merge pull request #68408 from rintaro/fetch-content
[CMake] Replace early swift-syntax with FetchContent
This commit is contained in:
@@ -1181,7 +1181,7 @@ static void addPoundDirectives(CodeCompletionResultSink &Sink) {
|
||||
Builder.addRightParen();
|
||||
});
|
||||
|
||||
#ifndef SWIFT_SWIFT_PARSER
|
||||
#ifndef SWIFT_BUILD_SWIFT_SYNTAX
|
||||
addWithName("warning", CodeCompletionKeywordKind::pound_warning,
|
||||
[&] (CodeCompletionResultBuilder &Builder) {
|
||||
Builder.addLeftParen();
|
||||
|
||||
Reference in New Issue
Block a user