Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit e58df94

Browse files
Remove unnecessary dependencies on cpp
1 parent 60b3ffe commit e58df94

3 files changed

Lines changed: 0 additions & 6 deletions

File tree

cpp/ql/src/semmle/code/cpp/ir/internal/IntegerConstant.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
private import cpp
2-
31
class IntValue = int;
42

53
/**

cpp/ql/src/semmle/code/cpp/ir/internal/Overlap.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
private import cpp
2-
31
private newtype TOverlap =
42
TMayPartiallyOverlap() or
53
TMustTotallyOverlap() or

cpp/ql/src/semmle/code/cpp/ir/internal/TempVariableTag.qll

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
private import cpp
2-
31
newtype TTempVariableTag =
42
ConditionValueTempVar() or
53
ReturnValueTempVar() or

0 commit comments

Comments
 (0)