Skip to content

Commit dfc9749

Browse files
author
Christian Schafmeisterr
committed
Ran static analyzer for cando
1 parent 486a4c5 commit dfc9749

File tree

2 files changed

+25
-1
lines changed

2 files changed

+25
-1
lines changed

src/analysis/clasp_gc_cando.sif

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -958,6 +958,16 @@
958958
:offset-ctype "gctools::smart_ptr<core::T_O>"
959959
:offset-base-ctype "chem::EnergyNonbond_O"
960960
:layout-offset-field-names ("_KeepInteractionFactory")}
961+
{fixed-field :offset-type-cxx-identifier "SMART_PTR_OFFSET"
962+
:offset-ctype "gctools::smart_ptr<core::T_O>"
963+
:offset-base-ctype "chem::EnergyNonbond_O"
964+
:layout-offset-field-names ("_DisplacementBuffer")}
965+
{fixed-field :offset-type-cxx-identifier "SMART_PTR_OFFSET"
966+
:offset-ctype "gctools::smart_ptr<core::T_O>"
967+
:offset-base-ctype "chem::EnergyNonbond_O" :layout-offset-field-names ("_Matter1")}
968+
{fixed-field :offset-type-cxx-identifier "SMART_PTR_OFFSET"
969+
:offset-ctype "gctools::smart_ptr<core::T_O>"
970+
:offset-base-ctype "chem::EnergyNonbond_O" :layout-offset-field-names ("_Matter2")}
961971
{fixed-field :offset-type-cxx-identifier "TAGGED_POINTER_OFFSET"
962972
:offset-ctype "gctools::tagged_pointer<gctools::GCVector_moveable<chem::EnergyNonbond>>"
963973
:offset-base-ctype "chem::EnergyNonbond_O"
@@ -1077,6 +1087,18 @@
10771087
:offset-ctype "gctools::smart_ptr<core::T_O>"
10781088
:offset-base-ctype "chem::EnergyPeriodicBoundaryConditionsNonbond_O"
10791089
:layout-offset-field-names ("_KeepInteractionFactory")}
1090+
{fixed-field :offset-type-cxx-identifier "SMART_PTR_OFFSET"
1091+
:offset-ctype "gctools::smart_ptr<core::T_O>"
1092+
:offset-base-ctype "chem::EnergyPeriodicBoundaryConditionsNonbond_O"
1093+
:layout-offset-field-names ("_DisplacementBuffer")}
1094+
{fixed-field :offset-type-cxx-identifier "SMART_PTR_OFFSET"
1095+
:offset-ctype "gctools::smart_ptr<core::T_O>"
1096+
:offset-base-ctype "chem::EnergyPeriodicBoundaryConditionsNonbond_O"
1097+
:layout-offset-field-names ("_Matter1")}
1098+
{fixed-field :offset-type-cxx-identifier "SMART_PTR_OFFSET"
1099+
:offset-ctype "gctools::smart_ptr<core::T_O>"
1100+
:offset-base-ctype "chem::EnergyPeriodicBoundaryConditionsNonbond_O"
1101+
:layout-offset-field-names ("_Matter2")}
10801102
{fixed-field :offset-type-cxx-identifier "TAGGED_POINTER_OFFSET"
10811103
:offset-ctype "gctools::tagged_pointer<gctools::GCVector_moveable<chem::EnergyNonbond>>"
10821104
:offset-base-ctype "chem::EnergyPeriodicBoundaryConditionsNonbond_O"

src/lisp/regression-tests/framework.lisp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
11
(defpackage #:clasp-tests
22
(:use :cl)
3-
(:export #:test #:test-expect-error))
3+
(:export #:test
4+
#:test-true
5+
#:test-expect-error))
46

57
(in-package #:clasp-tests)
68

0 commit comments

Comments
 (0)