Directories
¶
| Path | Synopsis |
|---|---|
|
Package analyzer implements the main logic of an analysis determining if two versions of files in a modified files set (described by two different diffs) are semantically equivalent despite not being (syntactically) identical.
|
Package analyzer implements the main logic of an analysis determining if two versions of files in a modified files set (described by two different diffs) are semantically equivalent despite not being (syntactically) identical. |
|
bazel
Package bazel implements the main logic of the analysis for Bazel-related files.
|
Package bazel implements the main logic of the analysis for Bazel-related files. |
|
common
Package common provides support shared by various parts of the analyzer.
|
Package common provides support shared by various parts of the analyzer. |
|
core
Package core implements the main logic of the analysis for "core" source files, that is source files that can be translated into the same meta-IR and are therefore subject to uniform equivalence analysis.
|
Package core implements the main logic of the analysis for "core" source files, that is source files that can be translated into the same meta-IR and are therefore subject to uniform equivalence analysis. |
|
gomod
Package gomod implements the main logic of the analysis for go.mod files.
|
Package gomod implements the main logic of the analysis for go.mod files. |
|
protobuf
Package protobuf implements the main logic of the analysis for protobuf files.
|
Package protobuf implements the main logic of the analysis for protobuf files. |
|
sql
Package sql implements the main logic of the analysis for sql files.
|
Package sql implements the main logic of the analysis for sql files. |
|
starlark
Package starlark implements the main logic of the analysis for starlark files.
|
Package starlark implements the main logic of the analysis for starlark files. |
|
thrift
Package thrift implements the main logic of the analysis for thrift files.
|
Package thrift implements the main logic of the analysis for thrift files. |
|
yaml
Package yaml implements the main logic of the analysis for yaml files.
|
Package yaml implements the main logic of the analysis for yaml files. |
Click to show internal directories.
Click to hide internal directories.