[Issue 16430] Show a warning when a semicolon is used after a struct or enum definition
    via Digitalmars-d-bugs 
    digitalmars-d-bugs at puremagic.com
       
    Fri Aug 26 02:48:00 PDT 2016
    
    
  
https://issues.dlang.org/show_bug.cgi?id=16430
b2.temp at gmx.com changed:
           What    |Removed                     |Added
----------------------------------------------------------------------------
           Hardware|x86_64                      |All
                 OS|Linux                       |All
--- Comment #6 from b2.temp at gmx.com ---
libdparse already produces warnings for empty statements. While it does not
reflect at 100%  the D front-end, I think new warning could be added,
especially since the author is a bit the assignee for all the grammar stuff.
About for(;;), still based on libdparse, ag0aep6g is right, there won't be any
warning, that's another thing.
--
    
    
More information about the Digitalmars-d-bugs
mailing list