github / github/codeql

How to get the type and the specifier of a type of a parameter in the function?

Ouverte
#6,241 1 commentaire 0 réactions 0 personnes assignées Voir sur GitHub
C++ question
Langage dominant
CodeQL
Étoiles
10.1k
Forks
2.1k
Merge moyen
2 j 15 h
PR mergées (30 j)
141

Description

I am using codeql with cpp for some context.
For example, I have a function like this
`void function (const int param1, char * param2) {
}`
How could I write a query that would return
const int and char *?
I have written queries that can either return the type or the specifier but not everything.

Guide de contribution

Ouvrir le guide de contribution

Évaluation

Cette issue n'a pas encore été évaluée.

Recevez les nouvelles issues par e-mail

Un résumé court des issues GitHub adaptées aux débutants.