mirror of
https://github.com/github/codeql.git
synced 2025-12-16 16:53:25 +01:00
Shared: Add missing QLDoc and change note
This commit is contained in:
@@ -0,0 +1,4 @@
|
|||||||
|
---
|
||||||
|
category: minorAnalysis
|
||||||
|
---
|
||||||
|
* Initial release. Moves the shared concepts library into its own qlpack.
|
||||||
@@ -16,6 +16,9 @@ private import CryptoAlgorithms as CA
|
|||||||
private import codeql.dataflow.DataFlow as DF
|
private import codeql.dataflow.DataFlow as DF
|
||||||
private import codeql.util.Location
|
private import codeql.util.Location
|
||||||
|
|
||||||
|
/**
|
||||||
|
* Construct the shared concepts modules.
|
||||||
|
*/
|
||||||
module ConceptsMake<LocationSig Location, DF::InputSig<Location> DataFlowLang> {
|
module ConceptsMake<LocationSig Location, DF::InputSig<Location> DataFlowLang> {
|
||||||
final private class DataFlowNode = DataFlowLang::Node;
|
final private class DataFlowNode = DataFlowLang::Node;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user