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

Skip to content
  • Matthias Braun's avatar
    fix corner cases when determining called entities/irgs · c9f09085
    Matthias Braun authored
    Most firm analyses behaved incorrectlye when: A called SymConst did not
    have a method entity, assumed the code reachable by get_entity_irg is
    the code called. These assumptions are wrong when doing crazy casts in C
    or when dealing with weak symbols. This is fixed by introducing some
    convenience functions: get_Call_callee(), get_entity_linktime_irg()
    c9f09085