diff options
Diffstat (limited to 'gcc/d/lang.opt')
-rw-r--r-- | gcc/d/lang.opt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/gcc/d/lang.opt b/gcc/d/lang.opt index f7f90fb..d0a5e2f 100644 --- a/gcc/d/lang.opt +++ b/gcc/d/lang.opt @@ -436,6 +436,10 @@ ftransition=field D RejectNegative List all non-mutable fields which occupy an object instance. +ftransition=in +D RejectNegative +List all usages of 'in' on parameter. + ftransition=nogc D RejectNegative List all hidden GC allocations. |