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