Skip to content

Commit aab93ec

Browse files
committed
globals.h: Add missing useFastDFA field
1 parent 24a4107 commit aab93ec

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

compiler/src/dmd/globals.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -232,6 +232,7 @@ struct Param
232232
FeatureState dtorFields; // destruct fields of partially constructed objects
233233
// https://issues.dlang.org/show_bug.cgi?id=14246
234234
FeatureState systemVariables; // limit access to variables marked @system from @safe code
235+
d_bool useFastDFA; // Use fast data flow analysis engine
235236

236237
CHECKENABLE useInvariants; // generate class invariant checks
237238
CHECKENABLE useIn; // generate precondition checks

0 commit comments

Comments
 (0)