We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
EnableConcisePoundFile
1 parent 2598aa5 commit ad65a64Copy full SHA for ad65a64
include/swift/Basic/LangOptions.h
@@ -196,10 +196,6 @@ namespace swift {
196
/// Require public declarations to declare that they are Sendable (or not).
197
bool RequireExplicitSendable = false;
198
199
- /// If false, '#file' evaluates to the full path rather than a
200
- /// human-readable string.
201
- bool EnableConcisePoundFile = false;
202
-
203
/// Detect and automatically import modules' cross-import overlays.
204
bool EnableCrossImportOverlays = false;
205
0 commit comments