mirror of
https://github.com/github/codeql.git
synced 2025-12-22 11:46:32 +01:00
Update cpp/ql/src/semmle/code/cpp/Type.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
@@ -612,7 +612,7 @@ class SignedCharType extends CharType {
|
|||||||
|
|
||||||
/**
|
/**
|
||||||
* The C/C++ short types. See 4.3. This includes `short`, `signed short`
|
* The C/C++ short types. See 4.3. This includes `short`, `signed short`
|
||||||
* and `unsigned short`; `short` and `signed short` are equivalent.
|
* and `unsigned short`.
|
||||||
* ```
|
* ```
|
||||||
* signed short ss;
|
* signed short ss;
|
||||||
* ```
|
* ```
|
||||||
|
|||||||
Reference in New Issue
Block a user