Skip to content

Commit ff0a9bf

Browse files
committed
C++: QLDoc Stmt.qll, Block.qll.
1 parent ed32250 commit ff0a9bf

File tree

2 files changed

+8
-0
lines changed

2 files changed

+8
-0
lines changed

cpp/ql/src/semmle/code/cpp/stmts/Block.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides a class to model C/C++ block statements, enclosed by `{` and `}`.
3+
*/
4+
15
import semmle.code.cpp.Element
26
import semmle.code.cpp.stmts.Stmt
37

cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,7 @@
1+
/**
2+
* Provides a hierarchy of classes for modelling C/C++ statements.
3+
*/
4+
15
import semmle.code.cpp.Element
26
private import semmle.code.cpp.Enclosing
37
private import semmle.code.cpp.internal.ResolveClass

0 commit comments

Comments
 (0)