dmd.nogc

Checks that a function marked @nogc does not invoke the Garbage Collector.

Specification: No-GC Functions

Members

Classes

NOGCVisitor
class NOGCVisitor

Look for GC-allocations

Functions

checkGC
Expression checkGC(Scope* sc, Expression e)
Undocumented in source. Be warned that the author may not have intended to support it.

Meta