[dmd-internals] [D-Programming-Language/dmd] 5315d2: Remove C-style arrays and empty statements

GitHub via dmd-internals dmd-internals at puremagic.com
Thu Sep 17 07:04:56 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 5315d2db913a3353c049006bfad49fc97d99b407
      https://github.com/D-Programming-Language/dmd/commit/5315d2db913a3353c049006bfad49fc97d99b407
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
    M src/lexer.d
    M src/root/longdouble.d

  Log Message:
  -----------
  Remove C-style arrays and empty statements


  Commit: 36aadaba7d031e896982898dccbee8c38de050c2
      https://github.com/D-Programming-Language/dmd/commit/36aadaba7d031e896982898dccbee8c38de050c2
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2015-09-17 (Thu, 17 Sep 2015)

  Changed paths:
    M src/constfold.d
    M src/ctfeexpr.d
    M src/declaration.d
    M src/dinterpret.d
    M src/dmangle.d
    M src/dscope.d
    M src/dsymbol.d
    M src/dtemplate.d
    M src/expression.d
    M src/hdrgen.d
    M src/mtype.d
    M src/objc_stubs.d
    M src/parse.d
    M src/root/filename.d
    M src/statement.d
    M src/target.d
    M src/traits.d

  Log Message:
  -----------
  Remove redundant flow control following assert(0)


  Commit: 6d5bf8a150bfb720db71ebe35cb030db02df0765
      https://github.com/D-Programming-Language/dmd/commit/6d5bf8a150bfb720db71ebe35cb030db02df0765
  Author: Daniel Murphy <yebblies at gmail.com>
  Date:   2015-09-18 (Fri, 18 Sep 2015)

  Changed paths:
    M src/constfold.d
    M src/ctfeexpr.d
    M src/declaration.d
    M src/dinterpret.d
    M src/dmangle.d
    M src/dscope.d
    M src/dsymbol.d
    M src/dtemplate.d
    M src/expression.d
    M src/hdrgen.d
    M src/lexer.d
    M src/mtype.d
    M src/objc_stubs.d
    M src/parse.d
    M src/root/filename.d
    M src/root/longdouble.d
    M src/statement.d
    M src/target.d
    M src/traits.d

  Log Message:
  -----------
  Merge pull request #5092 from yebblies/dwarnings

Remove dead code and deprecated syntax


Compare: https://github.com/D-Programming-Language/dmd/compare/168cbbfeb6b4...6d5bf8a150bf


More information about the dmd-internals mailing list