File tree Expand file tree Collapse file tree 4 files changed +2
-953
lines changed Expand file tree Collapse file tree 4 files changed +2
-953
lines changed Original file line number Diff line number Diff line change @@ -29,7 +29,6 @@ SRC = ai.cpp \
29
29
locals.cpp \
30
30
reaching_definitions.cpp \
31
31
sese_regions.cpp \
32
- static_analysis.cpp \
33
32
uncaught_exceptions_analysis.cpp \
34
33
uninitialized_domain.cpp \
35
34
variable-sensitivity/abstract_environment.cpp \
Original file line number Diff line number Diff line change @@ -8,9 +8,8 @@ static analyses that instantiate them.
8
8
9
9
\section analyses-frameworks Frameworks:
10
10
11
- There are currently three abstract interpretation frameworks provided in this
12
- directory. \ref analyses-ait, \ref analyses-flow-insensitive-analysis, and the
13
- deprecated and obsolete \ref analyses-static-analysist.
11
+ There are currently two abstract interpretation frameworks provided in this
12
+ directory. \ref analyses-ait and \ref analyses-flow-insensitive-analysis.
14
13
15
14
\subsection analyses-ait Abstract interpreter framework (ait)
16
15
@@ -22,14 +21,6 @@ is provided by \ref ait. This analysis framework is currently location sensitive
22
21
run after the function pointer removal and return removal passes. There is
23
22
ongoing work to make this framework also support context sensitivity.
24
23
25
- \subsection analyses-static-analysist Old Abstract interpreter framework (static_analysist)
26
-
27
- The obsolete static analysis framework \ref static_analysist is only used by
28
- \ref value_set_analysist. This abstract interpretation framework is deprecated in
29
- favour of \ref analyses-ait, and should not be used as the basis for new code.
30
- This framework is location sensitive (one domain per code location), but is able
31
- to be run before function pointer removal and return removal phases.
32
-
33
24
\subsection analyses-flow-insensitive-analysis Flow-insensitive analysis (flow_insensitive_analysist)
34
25
35
26
Framework for flow-insensitive analyses. Maintains a single global abstract
You can’t perform that action at this time.
0 commit comments