www.digitalmars.com         C & C++   DMDScript  

digitalmars.D.bugs - [Issue 17500] New: Add a CLI flag configure the location for AST

https://issues.dlang.org/show_bug.cgi?id=17500

          Issue ID: 17500
           Summary: Add a CLI flag configure the location for AST dumps
                    produced by -vcg-ast
           Product: D
           Version: D2
          Hardware: x86_64
                OS: Linux
            Status: NEW
          Severity: enhancement
          Priority: P1
         Component: dmd
          Assignee: nobody puremagic.com
          Reporter: greensunny12 gmail.com

-vcg-ast produces a .cg (CodeGen) files which will always be in the same
directory as the main D source file, e.g. main.d -> main.cg

For more information, see the regarding discussion on GitHub:

https://github.com/dlang/dmd/pull/6888

--
Jun 13 2017