Skip to content

Commit

Permalink
Delete fork of SMGCPA.
Browse files Browse the repository at this point in the history
It has been unmaintained for 15 months whereas the regular SMGCPA
was developed further, and all changes to the fork except for r12830
have now been merged into the regular SMGCPA.

git-svn-id: https://svn.sosy-lab.org/software/cpachecker/trunk@17866 4712c6d2-40bb-43ae-aa4b-fec3f1bdfe4c
  • Loading branch information
PhilippWendler committed Sep 21, 2015
1 parent ab4ca29 commit b517383
Showing 63 changed files with 0 additions and 14,212 deletions.
20 changes: 0 additions & 20 deletions config/CPAlien-label.properties

This file was deleted.

22 changes: 0 additions & 22 deletions config/CPAlien.properties

This file was deleted.

31 changes: 0 additions & 31 deletions doc/ConfigurationOptions.txt
Original file line number Diff line number Diff line change
@@ -1646,37 +1646,6 @@ cpa.smg.stop = "SEP"
# Emit messages when we encounter non-target undefined behavior
cpa.smg.unknownOnUndefined = true

# with this option enabled, a check for unreachable memory occurs whenever a
# function returns, and not only at the end of the main function
cpa.smgfork.checkForMemLeaksAtEveryFrameDrop = true

# If this Option is enabled, failure of mallocis simulated
cpa.smgfork.enableMallocFail = true

# Filename format for SMG graph dumps
cpa.smgfork.exportSMG.file = "smg-%s.dot"

# Describes when SMG graphs should be dumped. One of: {never, leaf,
# interesting, every}
cpa.smgfork.exportSMGwhen = "never"

# with this option enabled, memory that is not freed before the end of main
# is reported as memleak even if it is reachable from local variables in main
cpa.smgfork.handleNonFreedMemoryInMainAsMemLeak = false

# Sets how unknown functions are handled. One of: {strict, assume_safe}
cpa.smgfork.handleUnknownFunctions = "strict"

# Determines if memory errors are target states
cpa.smgfork.memoryErrors = true

# Sets the level of runtime checking: NONE, HALF, FULL
cpa.smgfork.runtimeCheck = NONE
enum: [FORCED, NONE, HALF, FULL]

# Emit messages when we encounter non-target undefined behavior
cpa.smgfork.unknownOnUndefined = true

# set this to true when you only want to do a code analysis. If StatisticsCPA
# is combined with other CPAs to do queries use false.
cpa.statistics.analysis = true
52 changes: 0 additions & 52 deletions src/org/sosy_lab/cpachecker/cpa/smgfork/AnonymousTypes.java

This file was deleted.

191 changes: 0 additions & 191 deletions src/org/sosy_lab/cpachecker/cpa/smgfork/CLangStackFrame.java

This file was deleted.

Loading

0 comments on commit b517383

Please sign in to comment.