mirror of
https://github.com/github/codeql.git
synced 2026-04-29 02:35:15 +02:00
C++: QLDoc Stmt.qll, Block.qll.
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user