Skip to content
  • Benoit Perrot's avatar
    Index: ChangeLog · e859e5ac
    Benoit Perrot authored
    from  Benoît Perrot  <benoit@lrde.epita.fr>
    
            Use STL type naming style.
    
            * dev/inst-nodes-gen.py,
            * src/inst/section.hh,
            * src/inst/data_section.hh,
            * src/inst/text_section.hh,
            * src/inst/exp.hh, src/inst/exp-visitor.hh
            * src/inst/label.hh, src/inst/label.cc,
            * src/task/task.hh,
            * src/task/task_register.cc,
            * src/vm/cpu.hh, src/vm/cpu.cc,
            * src/vm/table.hh,
            * src/misc/select_const.hh (label_list_t, kind_t, string_set_t)
            (offset_label_t, label_offset_t, deps_t, register_t, uregister_t) 
            (scope_t, scope_t, t):
            Rename as...
            (label_list_type, kind_type, string_set_type, offset_label_type)
            (label_offset_type, deps_type, register_type, uregister_type)
            (scope_type, scopes_type, type):
            these.
    e859e5ac