[dmd-internals] [D-Programming-Language/dmd] 8b8067: Convert all structs using inheritance into classes
GitHub
noreply at github.com
Wed May 15 02:00:14 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8b8067c4fb3309dd0f37d0de333a8aedd223a0ff
https://github.com/D-Programming-Language/dmd/commit/8b8067c4fb3309dd0f37d0de333a8aedd223a0ff
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-05-14 (Tue, 14 May 2013)
Changed paths:
M src/aggregate.h
M src/aliasthis.h
M src/arraytypes.h
M src/attrib.h
M src/backend/cc.h
M src/backend/code.h
M src/cond.h
M src/ctfe.h
M src/declaration.h
M src/doc.c
M src/dsymbol.h
M src/enum.h
M src/expression.h
M src/identifier.h
M src/idgen.c
M src/import.h
M src/init.h
M src/intrange.h
M src/irstate.h
M src/json.h
M src/lexer.h
M src/mars.h
M src/module.h
M src/mtype.h
M src/parse.h
M src/root/root.h
M src/scope.h
M src/statement.h
M src/staticassert.h
M src/target.h
M src/template.h
M src/version.h
Log Message:
-----------
Convert all structs using inheritance into classes
Commit: 91017b4e9296a30bec181c571bdb2e394643636b
https://github.com/D-Programming-Language/dmd/commit/91017b4e9296a30bec181c571bdb2e394643636b
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-05-15 (Wed, 15 May 2013)
Changed paths:
M src/aggregate.h
M src/aliasthis.h
M src/arraytypes.h
M src/attrib.h
M src/backend/cc.h
M src/backend/code.h
M src/cond.h
M src/ctfe.h
M src/declaration.h
M src/doc.c
M src/dsymbol.h
M src/enum.h
M src/expression.h
M src/identifier.h
M src/idgen.c
M src/import.h
M src/init.h
M src/intrange.h
M src/irstate.h
M src/json.h
M src/lexer.h
M src/mars.h
M src/module.h
M src/mtype.h
M src/parse.h
M src/root/root.h
M src/scope.h
M src/statement.h
M src/staticassert.h
M src/target.h
M src/template.h
M src/version.h
Log Message:
-----------
Merge pull request #2033 from yebblies/structtoclass
[DDMD] Convert all structs using inheritance into classes
Compare: https://github.com/D-Programming-Language/dmd/compare/60dee0bde7db...91017b4e9296
More information about the dmd-internals
mailing list