Skip to content

Commit 2d20b9a

Browse files
committed
Shared: Add missing QLDoc and change note
1 parent 1995870 commit 2d20b9a

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed
Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,4 @@
1+
---
2+
category: minorAnalysis
3+
---
4+
* Initial release. Moves the shared concepts library into its own qlpack.

shared/concepts/codeql/concepts/ConceptsShared.qll

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,9 @@ private import CryptoAlgorithms as CA
1616
private import codeql.dataflow.DataFlow as DF
1717
private import codeql.util.Location
1818

19+
/**
20+
* Construct the shared concepts modules.
21+
*/
1922
module ConceptsMake<LocationSig Location, DF::InputSig<Location> DataFlowLang> {
2023
final private class DataFlowNode = DataFlowLang::Node;
2124

0 commit comments

Comments
 (0)