Skip to content

Commit e28ed84

Browse files
committed
C++: Remove VCS.qll and all queries using it
All these queries have been deprecated since 2018. There is unfortunately no way to deprecate a library, but it's been years since we populated any databases using the VCS library, so nobody should be using it.
1 parent 0d75c6a commit e28ed84

16 files changed

+1
-431
lines changed

change-notes/1.25/analysis-cpp.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,7 @@ The following changes in version 1.25 affect C/C++ analysis in all applications.
1616

1717
## Changes to libraries
1818

19+
* The library `VCS.qll` and all queries that imported it have been removed.
1920
* The data-flow library has been improved, which affects most security queries by potentially
2021
adding more results. Flow through functions now takes nested field reads/writes into account.
2122
For example, the library is able to track flow from `taint()` to `sink()` via the method

cpp/ql/src/Metrics/History/HChurn.ql

Lines changed: 0 additions & 27 deletions
This file was deleted.

cpp/ql/src/Metrics/History/HLinesAdded.ql

Lines changed: 0 additions & 27 deletions
This file was deleted.

cpp/ql/src/Metrics/History/HLinesDeleted.ql

Lines changed: 0 additions & 27 deletions
This file was deleted.

cpp/ql/src/Metrics/History/HNumberOfAuthors.ql

Lines changed: 0 additions & 18 deletions
This file was deleted.

cpp/ql/src/Metrics/History/HNumberOfChanges.ql

Lines changed: 0 additions & 19 deletions
This file was deleted.

cpp/ql/src/Metrics/History/HNumberOfCoCommits.ql

Lines changed: 0 additions & 21 deletions
This file was deleted.

cpp/ql/src/Metrics/History/HNumberOfReCommits.ql

Lines changed: 0 additions & 37 deletions
This file was deleted.

cpp/ql/src/Metrics/History/HNumberOfRecentAuthors.ql

Lines changed: 0 additions & 27 deletions
This file was deleted.

cpp/ql/src/Metrics/History/HNumberOfRecentChangedFiles.ql

Lines changed: 0 additions & 24 deletions
This file was deleted.

0 commit comments

Comments
 (0)