Class: AdLint::Cc1::CPhase

Inherits:
Phase
  • Object
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, phase_name) ⇒ CPhase



44
45
46
# File 'lib/adlint/cc1/phase.rb', line 44

def initialize(phase_ctxt, phase_name)
  super(phase_ctxt, "cc1", phase_name)
end