class AdLint::Cc1::Prepare2Phase

Public Class Methods

new(phase_ctxt) click to toggle source
Calls superclass method AdLint::Cc1::CPhase::new
# File lib/adlint/cc1/phase.rb, line 88
def initialize(phase_ctxt)
  super(phase_ctxt, "pr4")
end

Private Instance Methods

do_execute(phase_ctxt, *) click to toggle source
# File lib/adlint/cc1/phase.rb, line 93
def do_execute(phase_ctxt, *)
  phase_ctxt[:cc1_interpreter] =
    Interpreter.new(phase_ctxt[:cc1_type_table])
end