File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
33dmd \- Digital Mars D2.x Compiler
44.SH SYNOPSIS
@@ -166,6 +166,20 @@ Warnings as messages (compilation will continue)
166166Generate JSON file
167167.IP -Xf= \fI filename \fR
168168Write JSON file to \fI filename \fR
169+ .SH TRANSITIONS
170+ Language changes listed by \fB -transition=id \fR :
171+ .IP \fI field \fR ,3449
172+ List all non-mutable fields which occupy an object instance
173+ .IP \fI import \fR ,10378
174+ Revert to single phase name lookup
175+ .IP \fI checkimports \fR
176+ Give deprecation messages about 10378 anomalies
177+ .IP \fI complex \fR ,14488
178+ Give deprecation messages about all usages of complex or imaginary types
179+ .IP \fI intpromote \fR ,16997
180+ Fix integral promotions for unary + - ~ operators
181+ .IP \fI tls \fR
182+ List all variables going into thread local storage
169183.SH LINKING
170184Linking is done directly by the
171185.B dmd
You can’t perform that action at this time.
0 commit comments