Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix Issue 12979 - Nothrow violation error is hidden by inline assembler #4033

Merged
merged 2 commits into from Oct 6, 2014

Commits on Oct 3, 2014

  1. fix Issue 12979 - Nothrow violation error is hidden by inline assembler

    - deprecate using unattributed asm in attributed functions
    
    - add explicit attributes on asm statments (unverified by compiler)
    
      asm pure nothrow @nogc @trusted {
        //...
      }
    
    - added new CompoundAsmStatement because the parser
      already splits asm blocks into many AsmStatements
    MartinNowak committed Oct 3, 2014
    Configuration menu
    Copy the full SHA
    31b8ff1 View commit details
    Browse the repository at this point in the history

Commits on Oct 6, 2014

  1. Configuration menu
    Copy the full SHA
    ea3237b View commit details
    Browse the repository at this point in the history