[dmd-internals] [D-Programming-Language/dmd] 6e7873: Fix comments arond class/struct/enum decalrations

GitHub via dmd-internals dmd-internals at puremagic.com
Wed Sep 23 17:14:58 PDT 2015


  Branch: refs/heads/master
  Home:   https://github.com/D-Programming-Language/dmd
  Commit: 6e787376b89789aef8038ed1f177e94ef7f8bbf0
      https://github.com/D-Programming-Language/dmd/commit/6e787376b89789aef8038ed1f177e94ef7f8bbf0
  Author: k-hara <k.hara.pg at gmail.com>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M src/aggregate.d
    M src/aliasthis.d
    M src/attrib.d
    M src/cond.d
    M src/ctfeexpr.d
    M src/dcast.d
    M src/dclass.d
    M src/declaration.d
    M src/denum.d
    M src/dimport.d
    M src/dinterpret.d
    M src/dmacro.d
    M src/dmodule.d
    M src/doc.d
    M src/dscope.d
    M src/dstruct.d
    M src/dsymbol.d
    M src/dtemplate.d
    M src/dversion.d
    M src/errors.d
    M src/expression.d
    M src/func.d
    M src/globals.d
    M src/hdrgen.d
    M src/identifier.d
    M src/init.d
    M src/inline.d
    M src/irstate.d
    M src/lexer.d
    M src/mtype.d
    M src/nspace.d
    M src/opover.d
    M src/parse.d
    M src/root/file.d
    M src/root/filename.d
    M src/root/rootobject.d
    M src/statement.d
    M src/staticassert.d
    M src/target.d
    M src/tokens.d
    M src/traits.d

  Log Message:
  -----------
  Fix comments arond class/struct/enum decalrations


  Commit: cf7204e8df175a9f9406e97573e04dd8cce21cab
      https://github.com/D-Programming-Language/dmd/commit/cf7204e8df175a9f9406e97573e04dd8cce21cab
  Author: Walter Bright <walter at walterbright.com>
  Date:   2015-09-23 (Wed, 23 Sep 2015)

  Changed paths:
    M src/aggregate.d
    M src/aliasthis.d
    M src/attrib.d
    M src/cond.d
    M src/ctfeexpr.d
    M src/dcast.d
    M src/dclass.d
    M src/declaration.d
    M src/denum.d
    M src/dimport.d
    M src/dinterpret.d
    M src/dmacro.d
    M src/dmodule.d
    M src/doc.d
    M src/dscope.d
    M src/dstruct.d
    M src/dsymbol.d
    M src/dtemplate.d
    M src/dversion.d
    M src/errors.d
    M src/expression.d
    M src/func.d
    M src/globals.d
    M src/hdrgen.d
    M src/identifier.d
    M src/init.d
    M src/inline.d
    M src/irstate.d
    M src/lexer.d
    M src/mtype.d
    M src/nspace.d
    M src/opover.d
    M src/parse.d
    M src/root/file.d
    M src/root/filename.d
    M src/root/rootobject.d
    M src/statement.d
    M src/staticassert.d
    M src/target.d
    M src/tokens.d
    M src/traits.d

  Log Message:
  -----------
  Merge pull request #5079 from 9rnsr/fix_comments

Fix comments arond class/struct/enum decalrations


Compare: https://github.com/D-Programming-Language/dmd/compare/4fda4266c6c2...cf7204e8df17


More information about the dmd-internals mailing list