[dmd-internals] [D-Programming-Language/dmd] eca6fa: fix Issue 12436 - Opaque struct parameter type sho...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed May 28 11:33:25 PDT 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: eca6fa41ec1b37da850a30de16086f3f8b4b4e70
https://github.com/D-Programming-Language/dmd/commit/eca6fa41ec1b37da850a30de16086f3f8b4b4e70
Author: k-hara <k.hara.pg at gmail.com>
Date: 2014-05-27 (Tue, 27 May 2014)
Changed paths:
M src/mtype.c
M test/compilable/cppmangle.d
M test/fail_compilation/diag9247.d
R test/fail_compilation/fail112.d
A test/fail_compilation/fail12436.d
R test/fail_compilation/fail130.d
Log Message:
-----------
fix Issue 12436 - Opaque struct parameter type should not be allowed
Commit: f15bd87f04b2f45cb43256f336156d8515facb46
https://github.com/D-Programming-Language/dmd/commit/f15bd87f04b2f45cb43256f336156d8515facb46
Author: Walter Bright <walter at walterbright.com>
Date: 2014-05-28 (Wed, 28 May 2014)
Changed paths:
M src/mtype.c
M test/compilable/cppmangle.d
M test/fail_compilation/diag9247.d
R test/fail_compilation/fail112.d
A test/fail_compilation/fail12436.d
R test/fail_compilation/fail130.d
Log Message:
-----------
Merge pull request #3584 from 9rnsr/fix12436
Issue 12436 - Opaque struct parameter type should not be allowed
Compare: https://github.com/D-Programming-Language/dmd/compare/dd4a4828aa39...f15bd87f04b2
More information about the dmd-internals
mailing list