[dmd-internals] [D-Programming-Language/dmd] b3ea0a: Move Expression::apply into a visitor class
GitHub
noreply at github.com
Mon Feb 3 00:13:47 PST 2014
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: b3ea0ad3b0636c70ef3c2ef21b30144ea40ff381
https://github.com/D-Programming-Language/dmd/commit/b3ea0ad3b0636c70ef3c2ef21b30144ea40ff381
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-02 (Sun, 02 Feb 2014)
Changed paths:
M src/apply.c
M src/expression.h
M src/root/array.h
Log Message:
-----------
Move Expression::apply into a visitor class
Commit: a9c9d8b7ef43f8af39aae34ad8f805c8204fe906
https://github.com/D-Programming-Language/dmd/commit/a9c9d8b7ef43f8af39aae34ad8f805c8204fe906
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-02 (Sun, 02 Feb 2014)
Changed paths:
M src/inline.c
Log Message:
-----------
Move lambdaInlineCost to use the apply visitor
Commit: 9c5d0345f485513a1cbd2b2faf995f765828c64b
https://github.com/D-Programming-Language/dmd/commit/9c5d0345f485513a1cbd2b2faf995f765828c64b
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-02 (Sun, 02 Feb 2014)
Changed paths:
M src/delegatize.c
Log Message:
-----------
Move lambdaSetParent and lambdaCheckForNestedRef to use the apply visitor
Commit: 19920373ff9fa3e23f3b78ce9f20256fd1bc8342
https://github.com/D-Programming-Language/dmd/commit/19920373ff9fa3e23f3b78ce9f20256fd1bc8342
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2014-02-02 (Sun, 02 Feb 2014)
Changed paths:
M src/constfold.c
M src/expression.c
M src/expression.h
M src/mtype.c
M src/optimize.c
M src/sideeffect.c
Log Message:
-----------
Move hasSideEffect to use the apply visitor
Commit: a9ddb3154706b54709cfb28527b06284120fb714
https://github.com/D-Programming-Language/dmd/commit/a9ddb3154706b54709cfb28527b06284120fb714
Author: Andrej Mitrovic <andrej.mitrovich at gmail.com>
Date: 2014-02-03 (Mon, 03 Feb 2014)
Changed paths:
M src/apply.c
M src/constfold.c
M src/delegatize.c
M src/expression.c
M src/expression.h
M src/inline.c
M src/mtype.c
M src/optimize.c
M src/root/array.h
M src/sideeffect.c
Log Message:
-----------
Merge pull request #3186 from yebblies/apply
[DDMD] [refactor] Move Expression::apply into a visitor class
Compare: https://github.com/D-Programming-Language/dmd/compare/706dd3928d81...a9ddb3154706
More information about the dmd-internals
mailing list