mirror of
https://github.com/dlang/dmd.git
synced 2025-04-26 05:00:16 +03:00
13 lines
503 B
Makefile
13 lines
503 B
Makefile
/*
|
|
ARG_SETS: -transition=?
|
|
ARG_SETS: -transition=h
|
|
TEST_OUTPUT:
|
|
----
|
|
Language transitions listed by -transition=name:
|
|
=all Enables all available language transitions
|
|
=field list all non-mutable fields which occupy an object instance
|
|
=complex give deprecation messages about all usages of complex or imaginary types [DEPRECATED]
|
|
=tls list all variables going into thread local storage
|
|
=in list all usages of 'in' on parameter
|
|
----
|
|
*/
|