[dmd-internals] [D-Programming-Language/dmd] 75110d: Add defaultInitLiteral() to TypeVector.
GitHub
noreply at github.com
Sun Jun 30 22:59:55 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 75110d1247bcaa60ca1bb06b87332b3c78faf069
https://github.com/D-Programming-Language/dmd/commit/75110d1247bcaa60ca1bb06b87332b3c78faf069
Author: kai <kai at redstar.de>
Date: 2013-06-30 (Sun, 30 Jun 2013)
Changed paths:
M src/mtype.c
M src/mtype.h
Log Message:
-----------
Add defaultInitLiteral() to TypeVector.
The default init literal of a `TypeVector` element should be an `ArrayLiteralExp` and not a scalar value.
Commit: 93308dfa65910d1bf3afd6c5670915b6be66b8db
https://github.com/D-Programming-Language/dmd/commit/93308dfa65910d1bf3afd6c5670915b6be66b8db
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2013-06-30 (Sun, 30 Jun 2013)
Changed paths:
M src/mtype.c
M src/mtype.h
Log Message:
-----------
Merge pull request #2283 from redstar/vectorliteral
Add defaultInitLiteral() to TypeVector.
Compare: https://github.com/D-Programming-Language/dmd/compare/7eb666b0afd4...93308dfa6591
More information about the dmd-internals
mailing list