Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 3 additions & 1 deletion src/ddmd/access.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC _access.d)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/access.d, _access.d)
*/

module ddmd.access;

// Online documentation: https://dlang.org/phobos/ddmd_access.html

import ddmd.aggregate;
import ddmd.dclass;
import ddmd.declaration;
Expand Down
4 changes: 3 additions & 1 deletion src/ddmd/aggregate.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC _aggregate.d)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/aggregate.d, _aggregate.d)
*/

module ddmd.aggregate;

// Online documentation: https://dlang.org/phobos/ddmd_aggregate.html

import core.stdc.stdio;
import core.checkedint;

Expand Down
4 changes: 3 additions & 1 deletion src/ddmd/aliasthis.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC _aliasthis.d)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/aliasthis.d, _aliasthis.d)
*/

module ddmd.aliasthis;

// Online documentation: https://dlang.org/phobos/ddmd_aliasthis.html

import core.stdc.stdio;
import ddmd.aggregate;
import ddmd.declaration;
Expand Down
4 changes: 3 additions & 1 deletion src/ddmd/apply.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC _apply.d)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/apply.d, _apply.d)
*/

module ddmd.apply;

// Online documentation: https://dlang.org/phobos/ddmd_apply.html

import ddmd.arraytypes;
import ddmd.dtemplate;
import ddmd.expression;
Expand Down
4 changes: 3 additions & 1 deletion src/ddmd/argtypes.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC _argtypes.d)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/argtypes.d, _argtypes.d)
*/

module ddmd.argtypes;

// Online documentation: https://dlang.org/phobos/ddmd_argtypes.html

import core.stdc.stdio;
import ddmd.declaration;
import ddmd.globals;
Expand Down
4 changes: 3 additions & 1 deletion src/ddmd/arrayop.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC _arrayop.d)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/arrayop.d, _arrayop.d)
*/

module ddmd.arrayop;

// Online documentation: https://dlang.org/phobos/ddmd_arrayop.html

import core.stdc.stdio;
import ddmd.arraytypes;
import ddmd.declaration;
Expand Down
4 changes: 3 additions & 1 deletion src/ddmd/arraytypes.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC _arraytypes.d)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/arraytypes.d, _arraytypes.d)
*/

module ddmd.arraytypes;

// Online documentation: https://dlang.org/phobos/ddmd_arraytypes.html

import ddmd.dclass;
import ddmd.declaration;
import ddmd.dmodule;
Expand Down
2 changes: 2 additions & 0 deletions src/ddmd/astbase.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module ddmd.astbase;

// Online documentation: https://dlang.org/phobos/ddmd_astbase.html

import ddmd.astbasevisitor;

/** The ASTBase family defines a family of AST nodes appropriate for parsing with
Expand Down
2 changes: 2 additions & 0 deletions src/ddmd/astbasevisitor.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module ddmd.astbasevisitor;

// Online documentation: https://dlang.org/phobos/ddmd_astbasevisitor.html

import ddmd.astbase;

/** Basic and dumm visitor which implements a visit method for each AST node
Expand Down
2 changes: 2 additions & 0 deletions src/ddmd/astcodegen.d
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
module ddmd.astcodegen;

// Online documentation: https://dlang.org/phobos/ddmd_astcodegen.html

struct ASTCodegen
{
import ddmd.aggregate;
Expand Down
4 changes: 3 additions & 1 deletion src/ddmd/asttypename.d
Original file line number Diff line number Diff line change
Expand Up @@ -3,11 +3,13 @@
* Copyright: Copyright (c) 1999-2017 by The D Language Foundation, All Rights Reserved
* Authors: Stefan Koch
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC _asttypename.d)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/asttypename.d, _asttypename.d)
*/

module ddmd.asttypename;

// Online documentation: https://dlang.org/phobos/ddmd_asttypename.html

import ddmd.attrib;
import ddmd.aliasthis;
import ddmd.aggregate;
Expand Down
4 changes: 3 additions & 1 deletion src/ddmd/attrib.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@
* Copyright: Copyright (c) 1999-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(DMDSRC _attrib.d)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/attrib.d, _attrib.d)
*/

module ddmd.attrib;

// Online documentation: https://dlang.org/phobos/ddmd_attrib.html

import core.stdc.stdio;
import core.stdc.string;
import ddmd.aggregate;
Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/aa.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
*
* Copyright: Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/aa.c
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/aa.c, backend/aa.c)
*/


Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/aa.h
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
*
* Copyright: Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/aa.h
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/aa.h, backend/aa.h)
*/


Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/backconfig.c
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,8 @@
*
* Copyright: Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/backconfig.c
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/backconfig.c, backend/backconfig.c)
*/

// Configure the back end (optimizer and code generator)
Expand Down
4 changes: 3 additions & 1 deletion src/ddmd/backend/bcomplex.d
Original file line number Diff line number Diff line change
Expand Up @@ -4,11 +4,13 @@
*
* Copyright: public domain
* License: public domain
* Source: $(DMDSRC backend/_bcomplex.d)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/bcomplex.d, backend/_bcomplex.d)
*/

module ddmd.backend.bcomplex;

// Online documentation: https://dlang.org/phobos/ddmd_backend_bcomplex.html

extern (C++):
@nogc:
nothrow:
Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/blockopt.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* Copyright: Copyright (C) 1986-1997 by Symantec
* Copyright (c) 2000-2012 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/blockopt.c
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/blockopt.c, backend/blockopt.c)
*/


Expand Down
9 changes: 5 additions & 4 deletions src/ddmd/backend/cc.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,14 +5,15 @@
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2012 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/_cc.d
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cc.d, backend/_cc.d)
*/

module ddmd.backend.cc;

import tk.dlist;
// Online documentation: https://dlang.org/phobos/ddmd_backend_cc.html

import ddmd.tk.dlist;
import ddmd.backend.cdef; // host and target compiler definition
import ddmd.backend.code_x86;
import ddmd.backend.type;
Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/cc.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cc.h
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cc.h, backend/cc.h)
*/

#if __DMC__
Expand Down
9 changes: 5 additions & 4 deletions src/ddmd/backend/cdef.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,17 +5,18 @@
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/_cdef.d
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cdef.d, backend/_cdef.d)
*/

module ddmd.backend.cdef;

// Online documentation: https://dlang.org/phobos/ddmd_backend_cdef.html

import ddmd.backend.cc: Classsym, Symbol;
import ddmd.backend.el;

import tk.dlist;
import ddmd.tk.dlist;

extern (C++):
@nogc:
Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/cdef.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cdef.h
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cdef.h, backend/cdef.h)
*/


Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/cg.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* Copyright: Copyright (C) 1984-1995 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cg.c
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cg.c, backend/cg.c)
*/

#include <stdio.h>
Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/cg87.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* Copyright: Copyright (C) 1987-1995 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cg87.c
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cg87.c, backend/cg87.c)
*/

#if !SPP
Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/cgcod.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcod.c
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcod.c, backend/cgcod.c)
*/

#if !SPP
Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/cgcs.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* Copyright: Copyright (C) 1985-1995 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcs.c
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcs.c, backend/cgcs.c)
*/

#if !SPP
Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/cgcv.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* Copyright: Copyright (C) 1984-1995 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcv.c
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcv.c, backend/cgcv.c)
*/


Expand Down
9 changes: 5 additions & 4 deletions src/ddmd/backend/cgcv.d
Original file line number Diff line number Diff line change
Expand Up @@ -5,18 +5,19 @@
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcv.c
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcv.c, backend/cgcv.c)
*/

/* Header for cgcv.c */

module ddmd.backend.cgcv;

// Online documentation: https://dlang.org/phobos/ddmd_backend_cgcv.html

import ddmd.backend.cc : Classsym, Symbol;
import ddmd.backend.type;
import tk.dlist;
import ddmd.tk.dlist;

extern (C++):
@nogc:
Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/cgcv.h
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcv.h
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgcv.h, backend/cgcv.h)
*/

/* Header for cgcv.c */
Expand Down
5 changes: 2 additions & 3 deletions src/ddmd/backend/cgelem.c
Original file line number Diff line number Diff line change
Expand Up @@ -5,9 +5,8 @@
* Copyright: Copyright (C) 1985-1998 by Symantec
* Copyright (c) 2000-2017 by Digital Mars, All Rights Reserved
* Authors: $(LINK2 http://www.digitalmars.com, Walter Bright)
* License: Distributed under the Boost Software License, Version 1.0.
* http://www.boost.org/LICENSE_1_0.txt
* Source: https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgelem.c
* License: $(LINK2 http://www.boost.org/LICENSE_1_0.txt, Boost License 1.0)
* Source: $(LINK2 https://github.com/dlang/dmd/blob/master/src/ddmd/backend/cgelem.c, backend/cgelem.c)
*/

#if !SPP
Expand Down
Loading