[dmd-internals] [D-Programming-Language/dmd] 2a2fa4: fix Issue 11424 - typedef on structs isn't caught
GitHub
noreply at github.com
Sun Nov 3 07:19:42 PST 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 2a2fa477d09d5c7416ad98cb5615235d4c519efc
https://github.com/D-Programming-Language/dmd/commit/2a2fa477d09d5c7416ad98cb5615235d4c519efc
Author: k-hara <k.hara.pg at gmail.com>
Date: 2013-11-03 (Sun, 03 Nov 2013)
Changed paths:
M src/parse.c
M test/fail_compilation/fail6572.d
Log Message:
-----------
fix Issue 11424 - typedef on structs isn't caught
It should be caught even if the typedef keyword usage is meaningless.
Commit: 05686c7184571fc931f8f79d859da219800d3e41
https://github.com/D-Programming-Language/dmd/commit/05686c7184571fc931f8f79d859da219800d3e41
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2013-11-03 (Sun, 03 Nov 2013)
Changed paths:
M src/parse.c
M test/fail_compilation/fail6572.d
Log Message:
-----------
Merge pull request #2711 from 9rnsr/fix11424
[REG2.064a] Issue 11424 - typedef on structs isn't caught
Compare: https://github.com/D-Programming-Language/dmd/compare/4047a61792e5...05686c718457
More information about the dmd-internals
mailing list