October 14, 2015
  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 72fa908c520ae7f4a6886b03161117c48257c0e0
      https://github.com/D-Programming-Language/dmd/commit/72fa908c520ae7f4a6886b03161117c48257c0e0
  Author: k-hara <k.hara.pg@gmail.com>
  Date:   2015-10-14 (Wed, 14 Oct 2015)

  Changed paths:
    M src/toobj.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  fix Issue 15141 - Object.factory allows the creation of derived abstract classes

`ClassDeclaration.isAbstract()` should be used to emit `ClassFlags::isAbstract` so it's considering abstract member functions.


  Commit: 6e137f59fca49ebb7e6ea453681ee1f3ba6a3b36
      https://github.com/D-Programming-Language/dmd/commit/6e137f59fca49ebb7e6ea453681ee1f3ba6a3b36
  Author: Daniel Murphy <yebblies@gmail.com>
  Date:   2015-10-15 (Thu, 15 Oct 2015)

  Changed paths:
    M src/toobj.c
    M test/runnable/xtest46.d

  Log Message:
  -----------
  Merge pull request #5193 from 9rnsr/fix15141

Issue 15141 - Object.factory allows the creation of derived abstract classes


Compare: https://github.com/D-Programming-Language/dmd/compare/b326f6e7b8da...6e137f59fca4