C++: QLDoc.

This commit is contained in:
Geoffrey White
2022-03-08 16:12:58 +00:00
parent cb33ed4fc2
commit 9ebdb2ac1d

View File

@@ -236,6 +236,11 @@ class LogonUser extends SystemData {
override predicate isSensitive() { any() }
}
/**
* An expression with the type of registry query parameter it is (if any).
* This type is used to express information about registry query parameters in
* the `regQuery` predicate concisely.
*/
private newtype TRegQueryParameter =
TSubKeyName(Expr e) or
TValueName(Expr e) or