[dmd-internals] [D-Programming-Language/dmd] 2aa3d7: Rename isFinal to isFinalFunc to not conflict with...
GitHub
noreply at github.com
Mon Jul 29 00:17:33 PDT 2013
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 2aa3d79479c927204a3e0c18ac9f6859458b81e7
https://github.com/D-Programming-Language/dmd/commit/2aa3d79479c927204a3e0c18ac9f6859458b81e7
Author: Daniel Murphy <yebblies at gmail.com>
Date: 2013-07-28 (Sun, 28 Jul 2013)
Changed paths:
M src/declaration.h
M src/e2ir.c
M src/func.c
M src/inline.c
M src/traits.c
Log Message:
-----------
Rename isFinal to isFinalFunc to not conflict with Declaration::isFinal
Commit: a218f478beaa9226685fda3a2125858bc4aca22a
https://github.com/D-Programming-Language/dmd/commit/a218f478beaa9226685fda3a2125858bc4aca22a
Author: Walter Bright <walter at walterbright.com>
Date: 2013-07-29 (Mon, 29 Jul 2013)
Changed paths:
M src/declaration.h
M src/e2ir.c
M src/func.c
M src/inline.c
M src/traits.c
Log Message:
-----------
Merge pull request #2397 from yebblies/finaldecl
[DDMD] Rename isFinal to isFinalFunc to not conflict with Declaration::isFinal
Compare: https://github.com/D-Programming-Language/dmd/compare/1fe212a1257a...a218f478beaa
More information about the dmd-internals
mailing list