[dmd-internals] [D-Programming-Language/dmd] c42dbb: make inclusive __xdtor accessible
GitHub via dmd-internals
dmd-internals at puremagic.com
Sat May 16 19:01:36 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: c42dbb9a4fb35f4514fa5297d8ced4815f65e7c1
https://github.com/D-Programming-Language/dmd/commit/c42dbb9a4fb35f4514fa5297d8ced4815f65e7c1
Author: Martin Nowak <code at dawg.eu>
Date: 2015-05-15 (Fri, 15 May 2015)
Changed paths:
M src/clone.c
M src/idgen.d
M src/traits.c
M test/compilable/extra-files/json.out
M test/runnable/traits.d
A test/runnable/xdtor.d
Log Message:
-----------
make inclusive __xdtor accessible
- needed for attribute correct destruction of structs and classes
- same function as used by TypeInfo_Struct::xdtor
Commit: a6b73d22203ccac50681c7b5b581da81976441ff
https://github.com/D-Programming-Language/dmd/commit/a6b73d22203ccac50681c7b5b581da81976441ff
Author: Martin Nowak <code at dawg.eu>
Date: 2015-05-15 (Fri, 15 May 2015)
Changed paths:
M src/clone.c
M src/func.c
M src/idgen.d
M src/parse.c
M src/traits.c
M test/fail_compilation/fail4421.d
M test/runnable/traits.d
A test/runnable/xpostblit.d
Log Message:
-----------
same same for postblit
Commit: 448ff395aa084f3961c082faa605419c67346e33
https://github.com/D-Programming-Language/dmd/commit/448ff395aa084f3961c082faa605419c67346e33
Author: Walter Bright <walter at walterbright.com>
Date: 2015-05-16 (Sat, 16 May 2015)
Changed paths:
M src/clone.c
M src/func.c
M src/idgen.d
M src/parse.c
M src/traits.c
M test/compilable/extra-files/json.out
M test/fail_compilation/fail4421.d
M test/runnable/traits.d
A test/runnable/xdtor.d
A test/runnable/xpostblit.d
Log Message:
-----------
Merge pull request #4650 from MartinNowak/aggrDtor
make inclusive dtor/postblit available
Compare: https://github.com/D-Programming-Language/dmd/compare/484447b12e33...448ff395aa08
More information about the dmd-internals
mailing list