Skip to content

Commit 89c5234

Browse files
committed
Update auto-generated man page
1 parent 60ee5ba commit 89c5234

1 file changed

Lines changed: 15 additions & 1 deletion

File tree

docs/man/man1/dmd.1

Lines changed: 15 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
.TH DMD 1 "2018-01-07" "The D Language Foundation" "The D Language Foundation"
1+
.TH DMD 1 "2018-01-09" "The D Language Foundation" "The D Language Foundation"
22
.SH NAME
33
dmd \- Digital Mars D2.x Compiler
44
.SH SYNOPSIS
@@ -166,6 +166,20 @@ Warnings as messages (compilation will continue)
166166
Generate JSON file
167167
.IP -Xf=\fIfilename\fR
168168
Write JSON file to \fIfilename\fR
169+
.SH TRANSITIONS
170+
Language changes listed by \fB-transition=id\fR:
171+
.IP \fIfield\fR,3449
172+
List all non-mutable fields which occupy an object instance
173+
.IP \fIimport\fR,10378
174+
Revert to single phase name lookup
175+
.IP \fIcheckimports\fR
176+
Give deprecation messages about 10378 anomalies
177+
.IP \fIcomplex\fR,14488
178+
Give deprecation messages about all usages of complex or imaginary types
179+
.IP \fIintpromote\fR,16997
180+
Fix integral promotions for unary + - ~ operators
181+
.IP \fItls\fR
182+
List all variables going into thread local storage
169183
.SH LINKING
170184
Linking is done directly by the
171185
.B dmd

0 commit comments

Comments
 (0)