Skip to content

Commit c8fc8af

Browse files
committed
C++: QLDoc Struct.qll, TypedefType.qll, Union.qll, Variable.qll.
1 parent 908c3b4 commit c8fc8af

File tree

4 files changed

+16
-0
lines changed

4 files changed

+16
-0
lines changed

cpp/ql/src/semmle/code/cpp/Struct.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides classes for modeling `struct`s.
3+
*/
4+
15
import semmle.code.cpp.Type
26
import semmle.code.cpp.Class
37

cpp/ql/src/semmle/code/cpp/TypedefType.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides classes for modeling typedefs and type aliases.
3+
*/
4+
15
import semmle.code.cpp.Type
26
private import semmle.code.cpp.internal.ResolveClass
37

cpp/ql/src/semmle/code/cpp/Union.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides classes for modeling `union`s.
3+
*/
4+
15
import semmle.code.cpp.Type
26
import semmle.code.cpp.Struct
37

cpp/ql/src/semmle/code/cpp/Variable.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides classes for modeling variables and their declarations.
3+
*/
4+
15
import semmle.code.cpp.Element
26
import semmle.code.cpp.exprs.Access
37
import semmle.code.cpp.Initializer

0 commit comments

Comments
 (0)