@@ -962,7 +962,7 @@ alias html = makeRule!((htmlBuilder, htmlRule) {
962962 }
963963 const stddocs = env.get (" STDDOC" , " " ).split();
964964 auto docSources = .sources.common ~ .sources.root ~ .sources.lexer ~ .sources.dmd.all
965- ~ env[" D" ].buildPath(" astbase .d" )
965+ ~ env[" D" ].buildPath(" ast/base .d" )
966966 ~ env[" D" ].buildPath(" cxxfrontend.d" )
967967 ~ env[" D" ].buildPath(" frontend.d" );
968968 htmlBuilder.deps(docSources.chunks(1 ).map! (sourceArray =>
@@ -1574,24 +1574,29 @@ auto sourceFiles()
15741574 link.d mars.d main.d sarif.d lib/scanelf.d lib/scanmach.d lib/scanmscoff.d timetrace.d vsoptions.d
15751575 " ),
15761576 frontend: fileArray (env[" D" ], "
1577- access.d aggregate.d aliasthis.d argtypes_x86.d argtypes_sysv_x64.d argtypes_aarch64.d arrayop.d
1578- arraytypes.d astenums.d ast_node.d astcodegen.d asttypename.d attrib.d attribsem.d blockexit.d builtin.d canthrow.d chkformat.d
1579- cli.d clone.d compiler.d cond.d constfold.d cpreprocess.d ctfeexpr.d
1580- ctorflow.d dcast.d dclass.d declaration.d delegatize.d denum.d deps.d dimport .d
1581- dinterpret.d dmacro.d dmodule.d doc.d dscope.d dstruct.d dsymbol .d dsymbolsem.d
1582- dtemplate.d dtoh.d dversion.d enumsem.d escape.d expression.d expressionsem.d func .d funcsem.d hdrgen.d
1583- impcnvtab.d imphint.d importc.d init.d initsem.d inline.d inlinecost.d intrange.d json.d lambdacomp.d
1584- mtype.d mustuse.d nogc.d nspace .d ob.d objc.d opover.d optimize.d
1585- parse.d pragmasem.d printast.d rootobject.d safe.d
1586- semantic2.d semantic3.d sideeffect.d statement.d
1587- statementsem.d staticassert.d staticcond.d stmtstate.d target.d targetcompiler.d templatesem.d templateparamsem.d traits.d
1577+ access.d argtypes_x86.d argtypes_sysv_x64.d argtypes_aarch64.d arrayop.d
1578+ arraytypes.d attribsem.d blockexit.d builtin.d canthrow.d chkformat.d
1579+ cli.d clone.d compiler.d constfold.d cpreprocess.d ctfeexpr.d
1580+ ctorflow.d dcast.d delegatize.d deps.d
1581+ dinterpret.d dmacro.d doc.d dscope.d dsymbolsem.d
1582+ dtoh.d enumsem.d escape.d expressionsem.d funcsem.d hdrgen.d
1583+ impcnvtab.d imphint.d importc.d initsem.d inline.d inlinecost.d intrange.d json.d lambdacomp.d
1584+ mustuse.d nogc.d ob.d objc.d opover.d optimize.d
1585+ parse.d pragmasem.d rootobject.d safe.d
1586+ semantic2.d semantic3.d sideeffect.d
1587+ statementsem.d stmtstate.d target.d targetcompiler.d templatesem.d templateparamsem.d traits.d
15881588 typesem.d typinf.d utils.d
1589+ ast/aggregate.d ast/aliasthis.d ast/codegen.d ast/attrib.d ast/cond.d ast/dclass.d ast/declaration.d
1590+ ast/denum.d ast/dimport.d ast/dmodule.d ast/dstruct.d ast/dsymbol.d ast/dtemplate.d ast/dversion.d ast/enums.d
1591+ ast/expression.d ast/func.d ast/init.d ast/mtype.d ast/node.d ast/nspace.d ast/print.d ast/statement.d
1592+ ast/staticassert.d ast/staticcond.d ast/typename.d
1593+ dfa/entry.d dfa/utils.d dfa/fast/structure.d dfa/fast/analysis.d dfa/fast/report.d dfa/fast/expression.d dfa/fast/statement.d
15891594 iasm/package.d iasm/gcc.d
15901595 mangle/package.d mangle/basic.d mangle/cpp.d mangle/cppwin.d
15911596 visitor/package.d visitor/foreachvar.d visitor/parsetime.d visitor/permissive.d visitor/postorder.d visitor/statement_rewrite_walker.d
15921597 visitor/strict.d visitor/transitive.d
15931598 cparse.d
1594- dfa/entry.d dfa/utils.d dfa/fast/structure.d dfa/fast/analysis.d dfa/fast/report.d dfa/fast/expression.d dfa/fast/statement.d
1599+
15951600 " ),
15961601 backendHeaders: fileArray (env[" C" ], "
15971602 cc.d cdef.d cgcv.d code.d dt.d el.d global.d
0 commit comments