Functions changes summary: 0 Removed, 1 Changed, 0 Added function
Variables changes summary: 0 Removed, 0 Changed, 0 Added variable

1 function with some indirect sub-type change:

  [C] 'function E foo(void)' at test-enumerator-changes3-v0.cc:11:1 has some indirect sub-type changes:
    return type changed:
      type size hasn't changed
      2 enumerator insertions:
        'E::SIXTH_ENUMERATOR' value '5'
        'E::LAST_ENUMERATOR' value '6'
      5 enumerator changes:
      from 'E::FIRST_E = 0' to 'E::FIRST_ENUMERATOR = 0' at test-enumerator-changes3-v1.cc:1:1
      from 'E::SECOND_E = 1' to 'E::SECOND_ENUMERATOR = 1' at test-enumerator-changes3-v1.cc:1:1
      from 'E::THIRD_E = 2' to 'E::THIRD_ENUMERATOR = 2' at test-enumerator-changes3-v1.cc:1:1
      from 'E::FOURTH_E = 3' to 'E::FOURTH_ENUMERATOR = 3' at test-enumerator-changes3-v1.cc:1:1
      from 'E::FIFTH_E = 4' to 'E::FIFTH_ENUMERATOR = 4' at test-enumerator-changes3-v1.cc:1:1

