We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ed32250 commit ff0a9bfCopy full SHA for ff0a9bf
cpp/ql/src/semmle/code/cpp/stmts/Block.qll
@@ -1,3 +1,7 @@
1
+/**
2
+ * Provides a class to model C/C++ block statements, enclosed by `{` and `}`.
3
+ */
4
+
5
import semmle.code.cpp.Element
6
import semmle.code.cpp.stmts.Stmt
7
cpp/ql/src/semmle/code/cpp/stmts/Stmt.qll
+ * Provides a hierarchy of classes for modelling C/C++ statements.
private import semmle.code.cpp.Enclosing
private import semmle.code.cpp.internal.ResolveClass
0 commit comments