[dmd-internals] [D-Programming-Language/dmd] 63e61f: Move Dsymbol::toSymbol into a visitor class
GitHub
noreply at github.com
Sun Feb 23 03:00:53 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 63e61f160784649cf2cbd1267aaf26e2a2468e73
https://github.com/D-Programming-Language/dmd/commit/63e61f160784649cf2cbd1267aaf26e2a2468e73
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-21 (Fri, 21 Feb 2014)
Changed paths:
M src/aggregate.h
M src/declaration.h
M src/dsymbol.h
M src/e2ir.c
M src/glue.c
M src/module.h
M src/s2ir.c
M src/tocsym.c
M src/todt.c
M src/toir.c
M src/toobj.c
M src/typinf.c
Log Message:
-----------
Move Dsymbol::toSymbol into a visitor class
Commit: 9ab0c142347a71ebd9a8a61a4a5a66f65dd0c2a6
https://github.com/D-Programming-Language/dmd/commit/9ab0c142347a71ebd9a8a61a4a5a66f65dd0c2a6
Author: Hara Kenji <k.hara.pg+dev at gmail.com>
Date: 2014-02-23 (Sun, 23 Feb 2014)
Changed paths:
M src/aggregate.h
M src/declaration.h
M src/dsymbol.h
M src/e2ir.c
M src/glue.c
M src/module.h
M src/s2ir.c
M src/tocsym.c
M src/todt.c
M src/toir.c
M src/toobj.c
M src/typinf.c
Log Message:
-----------
Merge pull request #3323 from yebblies/dstosymbol
[DDMD] [refactor] Move Dsymbol::toSymbol into a visitor class
Compare: https://github.com/D-Programming-Language/dmd/compare/6be442011985...9ab0c142347a
More information about the dmd-internals
mailing list