We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4ea0f6 commit e8c3ba4Copy full SHA for e8c3ba4
Tool/Sources/FocusedCodeFinder/FocusedCodeFinder.swift
@@ -81,6 +81,7 @@ public struct FocusedCodeFinder {
81
case .builtIn(.swift):
82
return SwiftFocusedCodeFinder()
83
case .builtIn(.objc), .builtIn(.objcpp), .builtIn(.c):
84
+ #warning("TODO: Implement C++ focused code finder, use it for C and metal shading language")
85
return ObjectiveCFocusedCodeFinder()
86
default:
87
return UnknownLanguageFocusedCodeFinder(proposedSearchRange: 5)
0 commit comments