Skip to content
Snippets Groups Projects
  1. Oct 25, 2024
  2. Jul 31, 2023
  3. Jan 06, 2022
  4. Sep 03, 2020
  5. Mar 31, 2020
  6. Mar 26, 2020
    • David Bühler's avatar
      [Eva] Splits the downcast test into 5 runs. Also tests -no-warn-pointer-downcast. · b2b8be59
      David Bühler authored
      Run 0 tests the default configuration of Frama-C: no downcast alarms, except
      for pointers.
      Runs 1 to 3 correspond to the previous run with successive -then, and test:
      - emission of signed downcast alarms (option -warn-signed-downcast)
      - emission of unsigned downcast alarms (option -warn-unsigned-downcast)
      - the relaxed semantics of the Eva option -eva-warn-signed-converted-downcast
      Run 4 disables all downcast alarms, including downcast of pointer values.
      b2b8be59
Loading