Class: AdLint::Cc1::ResolvePhase

Inherits:
CPhase show all
Defined in:
lib/adlint/cc1/phase.rb

Instance Method Summary collapse

Methods inherited from Phase

#execute

Methods included from MonitorUtil

#checkpoint, #monitored_region

Constructor Details

#initialize(phase_ctxt) ⇒ ResolvePhase

Returns a new instance of ResolvePhase.



76
77
78
# File 'lib/adlint/cc1/phase.rb', line 76

def initialize(phase_ctxt)
  super(phase_ctxt, "typ")
end