C++: QLDoc Stmt.qll, Block.qll.

This commit is contained in:
Geoffrey White
2020-06-24 11:57:33 +01:00
parent ed32250636
commit ff0a9bfc48
2 changed files with 8 additions and 0 deletions

View File

@@ -1,3 +1,7 @@
/**
* Provides a class to model C/C++ block statements, enclosed by `{` and `}`.
*/
import semmle.code.cpp.Element
import semmle.code.cpp.stmts.Stmt

View File

@@ -1,3 +1,7 @@
/**
* Provides a hierarchy of classes for modelling C/C++ statements.
*/
import semmle.code.cpp.Element
private import semmle.code.cpp.Enclosing
private import semmle.code.cpp.internal.ResolveClass