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

Skip to content

Commit b838426

Browse files
committed
Move ArrayLengthAnalysis library to the correct location.
1 parent f83c345 commit b838426

4 files changed

Lines changed: 1 addition & 1 deletion

File tree

cpp/ql/src/experimental/library/ArrayLengthAnalysis.qll renamed to cpp/ql/src/experimental/semmle/code/cpp/rangeanalysis/ArrayLengthAnalysis.qll

File renamed without changes.

cpp/ql/test/experimental/library-tests/arraylengthanalysis/ArrayLengthAnalysisTest.expected renamed to cpp/ql/test/experimental/library-tests/rangeanalysis/arraylengthanalysis/ArrayLengthAnalysisTest.expected

File renamed without changes.

cpp/ql/test/experimental/library-tests/arraylengthanalysis/ArrayLengthAnalysisTest.ql renamed to cpp/ql/test/experimental/library-tests/rangeanalysis/arraylengthanalysis/ArrayLengthAnalysisTest.ql

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
import cpp
2-
import experimental.library.ArrayLengthAnalysis
2+
import experimental.semmle.code.cpp.rangeanalysis.ArrayLengthAnalysis
33

44
from Instruction array, Length length, int delta, Offset offset, int offsetDelta
55
where

cpp/ql/test/experimental/library-tests/arraylengthanalysis/test.cpp renamed to cpp/ql/test/experimental/library-tests/rangeanalysis/arraylengthanalysis/test.cpp

File renamed without changes.

0 commit comments

Comments
 (0)