Skip to content
Snippets Groups Projects
  1. Nov 27, 2019
  2. Nov 05, 2019
  3. Nov 04, 2019
  4. Oct 30, 2019
  5. Oct 22, 2019
  6. Oct 21, 2019
  7. Oct 18, 2019
  8. Oct 07, 2019
  9. 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
  10. Sep 12, 2019
  11. Sep 10, 2019
  12. Sep 06, 2019
  13. Sep 02, 2019
  14. Aug 30, 2019
  15. Aug 29, 2019
  16. Aug 23, 2019
  17. Aug 22, 2019
  18. Aug 21, 2019
  19. Aug 20, 2019
  20. Aug 02, 2019
  21. Jul 26, 2019
  22. Jul 05, 2019
  23. Apr 24, 2019
Loading