Der neue Dienst "GitLab am KIT" ist unter gitlab.kit.edu erreichbar.

Skip to content
  • Matthias Braun's avatar
    Primitive, Pointer, Array and Method types are anonymous now · 9d564d61
    Matthias Braun authored
    - There's a new type_dbg_info* that allows you to attach debug names to types
    - get_type_name and get_type_ident are now more. The new ir_print_type
      and the usual ir_printf("%+F", type) help in most usage cases.
      But you should be aware that names are not guaranteed to be unique anymore
      (or positively said: You don't have no trouble anymore building unique names
       in code that creates types)
    - No need to specify mode for new pointer types anymore (you can still do it
      with set_type_mode)
    
    [r26909]
    9d564d61