[dmd-internals] [D-Programming-Language/dmd] 8043c2: use assert(0) instead of null reference
GitHub via dmd-internals
dmd-internals at puremagic.com
Fri Sep 11 16:29:37 PDT 2015
Branch: refs/heads/master
Home: https://github.com/D-Programming-Language/dmd
Commit: 8043c2c85c4f517593f255a87636358111c2f72a
https://github.com/D-Programming-Language/dmd/commit/8043c2c85c4f517593f255a87636358111c2f72a
Author: Walter Bright <walter at walterbright.com>
Date: 2015-09-09 (Wed, 09 Sep 2015)
Changed paths:
M src/dcast.d
M src/declaration.d
M src/dmangle.d
M src/dstruct.d
M src/errors.d
M src/expression.d
M src/init.d
M src/mtype.d
Log Message:
-----------
use assert(0) instead of null reference
Commit: 891d17a67d9e07af1b4743b85aaf79e120858a6d
https://github.com/D-Programming-Language/dmd/commit/891d17a67d9e07af1b4743b85aaf79e120858a6d
Author: Andrei Alexandrescu <andrei at erdani.com>
Date: 2015-09-11 (Fri, 11 Sep 2015)
Changed paths:
M src/dcast.d
M src/declaration.d
M src/dmangle.d
M src/dstruct.d
M src/errors.d
M src/expression.d
M src/init.d
M src/mtype.d
Log Message:
-----------
Merge pull request #5063 from WalterBright/halt
use assert(0) instead of null reference
Compare: https://github.com/D-Programming-Language/dmd/compare/5d40a78ef15b...891d17a67d9e
More information about the dmd-internals
mailing list