mirror of
https://github.com/github/codeql.git
synced 2025-12-24 04:36:35 +01:00
Update cpp/ql/lib/semmle/code/cpp/Type.qll
This commit is contained in:
committed by
GitHub
parent
f3b6b470f4
commit
a475efbe39
@@ -1703,7 +1703,7 @@ private predicate suppressUnusedThis(Type t) { any() }
|
||||
* A source code location referring to a user-defined type.
|
||||
*
|
||||
* Note that only _user-defined_ types have `TypeMention`s. In particular,
|
||||
* built-in types, and derived types with build-in types as their base don't
|
||||
* built-in types, and derived types with built-in types as their base don't
|
||||
* have any `TypeMention`s. For example, given
|
||||
* ```cpp
|
||||
* struct S { ... };
|
||||
|
||||
Reference in New Issue
Block a user