C++: Add file QLDoc.

This commit is contained in:
Mathias Vorreiter Pedersen
2024-06-11 14:13:23 +01:00
parent 333df03f64
commit 6a6978398a

View File

@@ -1,3 +1,7 @@
/**
* Provides the classes `ExprNode` and `IndirectExprNode` for converting between `Expr` and `Node`.
*/
private import cpp
private import semmle.code.cpp.ir.IR
private import DataFlowUtil