mirror of
https://github.com/github/codeql.git
synced 2026-04-30 19:26:02 +02:00
Update cpp/ql/src/semmle/code/cpp/Struct.qll
Co-Authored-By: Jonas Jensen <jbj@knef.dk>
This commit is contained in:
@@ -27,7 +27,7 @@ class Struct extends Class {
|
||||
}
|
||||
|
||||
/**
|
||||
* A C++ struct that is directly enclosed by a function. For example, the type
|
||||
* A C/C++ struct that is directly enclosed by a function. For example, the type
|
||||
* `MyLocalStruct` in:
|
||||
* ```
|
||||
* void myFunction()
|
||||
|
||||
Reference in New Issue
Block a user