mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Update cpp/ql/src/semmle/code/cpp/Struct.qll
Co-Authored-By: Jonas Jensen <jbj@knef.dk>
This commit is contained in:
@@ -48,7 +48,7 @@ class LocalStruct extends Struct {
|
||||
}
|
||||
|
||||
/**
|
||||
* A C++ nested struct. See 11.12. For example, the type `MyNestedStruct` in:
|
||||
* A C/C++ nested struct. See 11.12. For example, the type `MyNestedStruct` in:
|
||||
* ```
|
||||
* class MyClass
|
||||
* {
|
||||
|
||||
Reference in New Issue
Block a user