Skip to content
Snippets Groups Projects
  1. May 20, 2021
  2. Apr 02, 2021
  3. Feb 16, 2021
  4. Jan 21, 2021
  5. Mar 11, 2020
  6. Mar 06, 2020
  7. Feb 12, 2020
  8. Feb 10, 2020
  9. Jan 23, 2020
  10. Oct 21, 2019
  11. Sep 16, 2019
    • David Bühler's avatar
      [Eva] New file abstract defining the Internal and External module types. · e342fcf1
      David Bühler authored
      These module definitions were previously in abstract_value, abstract_location
      and abstract_domain. They are now grouped in this new file for the three
      abstractions.
      These module types should only be useful for the engine, and need not to be
      visible in the implementation of the various abstractions.
      
      New module type Leaf in abstract_value, abstract_location and abstract_domain
      with the key identifying the module. The internal structure is no longer needed
      in these abstractions, and is instead built by the engine from this key.
      
      Keys are no longer exported outside the modules.
      For abstract domains, the key is automatically created by the functor
      Domain_builder.Complete from the domain name.
      
      Many changes throughout the analyzer:
      - in the engine, Abstract_value.{Internal|External} becomes
        Abstract.Value.{Internal|External}.
      - in the abstractions, Abstract_value.Internal becomes Abstract_value.Leaf.
      e342fcf1
  12. Jul 26, 2019
  13. Apr 15, 2019
Loading