Skip to content

Commit e8c3ba4

Browse files
committed
Update
1 parent f4ea0f6 commit e8c3ba4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Tool/Sources/FocusedCodeFinder/FocusedCodeFinder.swift

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,6 +81,7 @@ public struct FocusedCodeFinder {
8181
case .builtIn(.swift):
8282
return SwiftFocusedCodeFinder()
8383
case .builtIn(.objc), .builtIn(.objcpp), .builtIn(.c):
84+
#warning("TODO: Implement C++ focused code finder, use it for C and metal shading language")
8485
return ObjectiveCFocusedCodeFinder()
8586
default:
8687
return UnknownLanguageFocusedCodeFinder(proposedSearchRange: 5)

0 commit comments

Comments
 (0)