Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Sign in
  • F frama-c
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 168
    • Issues 168
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • Deployments
    • Deployments
    • Releases
  • Packages and registries
    • Packages and registries
    • Container Registry
    • Model experiments
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • pub
  • frama-c
  • Issues
  • #1608

get_varinfo not exported in src/ai/base.mli

ID0000257: This issue was created automatically from Mantis Issue 257. Further discussion may take place here.


Id Project Category View Due Date Updated
ID0000257 Frama-C Kernel public 2009-09-29 2014-02-12
Reporter Jonathan-Christofer Demay Assigned To pascal Resolution fixed
Priority normal Severity minor Reproducibility always
Platform - OS - OS Version -
Product Version Frama-C Beryllium-20090901 Target Version - Fixed in Version Frama-C Boron-20100401

Description :

get_varinfo (create_varinfo but the other way around) is defined in src/ai/base.ml (essentially because of me ^^;) but not exported in src/ai/base.mli

diff -Naur frama-c-Beryllium-20090601-beta1-orig/src/ai/base.mli frama-c-Beryllium-20090601-beta1-ptch/src/ai/base.mli --- frama-c-Beryllium-20090601-beta1-orig/src/ai/base.mli 2009-05-05 14:29:35.000000000 +0000 +++ frama-c-Beryllium-20090601-beta1-ptch/src/ai/base.mli 2009-07-12 17:09:54.000000000 +0000 @@ -61,6 +61,7 @@ val is_block_local: t -> Cil_types.block -> bool val is_hidden_variable : t -> bool val validity_from_type : Cil_types.varinfo -> validity +val get_varinfo : t -> Cil_types.varinfo val create_varinfo : Cil_types.varinfo -> t val create_logic : Cil_types.varinfo -> validity -> t val create_initialized : Cil_types.varinfo -> validity -> t

To upload designs, you'll need to enable LFS and have an admin enable hashed storage. More information
Assignee
Assign to
Time tracking