https://gcc.gnu.org/bugzilla/show_bug.cgi?id=104552

Iain Buclaw <ibuclaw at gdcproject dot org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |ibuclaw at gdcproject dot org

--- Comment #2 from Iain Buclaw <ibuclaw at gdcproject dot org> ---
(In reply to Roland Illig from comment #0)
> > -fdump-cxx-spec=<filename>  Write all declarations as C++ code to <file>.
> 
> The '<file>' should be '<filename>' as well.
> 
OK, feel free to send a patch (or I can correct this).

> > When a symbol is resolved, check alias this scope before going to upper 
> > scopes.
> 
> Should 'alias this' rather be 'alias of this'?
> 
What is the best way to highlight that part of a phrase is code?

When a symbol is resolved, check 'alias this' scope before going to upper
scopes.

https://dlang.org/spec/class.html#alias-this

Reply via email to