[dmd-internals] [D-Programming-Language/dmd] 2eb2f1: Add a trait to indicate if a function is override.
GitHub
noreply at github.com
Tue Jul 23 14:05:06 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 2eb2f1d0aec8a180b95f4e54dc4ff57b76e5a0ea
https://github.com/D-Programming-Language/dmd/commit/2eb2f1d0aec8a180b95f4e54dc4ff57b76e5a0ea
Author: Jacob Carlborg <doob at me.com>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M src/idgen.c
M src/traits.c
Log Message:
-----------
Add a trait to indicate if a function is override.
Commit: 34a2d201853a0f30fe3a08d4d67ee1fb2c5f2d17
https://github.com/D-Programming-Language/dmd/commit/34a2d201853a0f30fe3a08d4d67ee1fb2c5f2d17
Author: Jacob Carlborg <doob at me.com>
Date: 2013-07-19 (Fri, 19 Jul 2013)
Changed paths:
M test/runnable/traits.d
Log Message:
-----------
Add unit test for traits isOverrideFunction.
Commit: 438894025c40ea37f47ce48c2fcf57d6647c535f
https://github.com/D-Programming-Language/dmd/commit/438894025c40ea37f47ce48c2fcf57d6647c535f
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-23 (Tue, 23 Jul 2013)
Changed paths:
M src/idgen.c
M src/traits.c
M test/runnable/traits.d
Log Message:
-----------
Merge pull request #2366 from jacob-carlborg/traits_isOverrideFunction
Add a trait to indicate if a function is override
Compare: https://github.com/D-Programming-Language/dmd/compare/3f7c3297bba6...438894025c40
More information about the dmd-internals
mailing list