mirror of
https://github.com/github/codeql.git
synced 2026-04-30 11:15:13 +02:00
Update cpp/ql/src/semmle/code/cpp/exprs/Cast.qll
Co-Authored-By: Jonas Jensen <jbj@github.com>
This commit is contained in:
@@ -646,7 +646,7 @@ class UuidofOperator extends Expr, @uuidof {
|
||||
* ```
|
||||
* Base *ptr = new Derived;
|
||||
* const std::type_info &info1 = typeid(ptr);
|
||||
* printf("the type of ptr is: %s\n", typeid(ptr).name);
|
||||
* printf("the type of ptr is: %s\n", typeid(ptr).name());
|
||||
* ```
|
||||
*/
|
||||
class TypeidOperator extends Expr, @type_id {
|
||||
|
||||
Reference in New Issue
Block a user