[dmd-internals] [D-Programming-Language/dmd] b362ce: Add VarDeclaration.expandInitializer to factor out...
GitHub via dmd-internals
dmd-internals at puremagic.com
Wed Sep 30 03:49:59 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: b362ceb4ea71f1d8be27f5421503f8bc99d286ac
https://github.com/D-Programming-Language/dmd/commit/b362ceb4ea71f1d8be27f5421503f8bc99d286ac
Author: k-hara <k.hara.pg at gmail.com>
Date: 2015-09-30 (Wed, 30 Sep 2015)
Changed paths:
M src/declaration.d
M src/expression.d
Log Message:
-----------
Add VarDeclaration.expandInitializer to factor out common code
Commit: 419d6b198347e36b68852d283c6579cef6ac40f1
https://github.com/D-Programming-Language/dmd/commit/419d6b198347e36b68852d283c6579cef6ac40f1
Author: Walter Bright <walter at walterbright.com>
Date: 2015-09-30 (Wed, 30 Sep 2015)
Changed paths:
M src/declaration.d
M src/expression.d
Log Message:
-----------
Merge pull request #5142 from 9rnsr/refactor_expandInitializer
Refactor: add VarDeclaration.expandInitializer to factor out common code
Compare: https://github.com/D-Programming-Language/dmd/compare/6356e027a812...419d6b198347
More information about the dmd-internals
mailing list