We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 24a4107 commit aab93ecCopy full SHA for aab93ec
1 file changed
compiler/src/dmd/globals.h
@@ -232,6 +232,7 @@ struct Param
232
FeatureState dtorFields; // destruct fields of partially constructed objects
233
// https://issues.dlang.org/show_bug.cgi?id=14246
234
FeatureState systemVariables; // limit access to variables marked @system from @safe code
235
+ d_bool useFastDFA; // Use fast data flow analysis engine
236
237
CHECKENABLE useInvariants; // generate class invariant checks
238
CHECKENABLE useIn; // generate precondition checks
0 commit comments