github / github/codeql

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

オープン
#6,241 コメント 1 件 リアクション 0 件 担当者 0 名 GitHub で見る
C++ question
主要言語
CodeQL
スター
10.1k
フォーク
2.1k
平均マージ
2日 15時間
マージ済み PR(30日)
141

説明

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.

コントリビューションガイド

コントリビューションガイドを開く

評価

この issue はまだ評価されていません。

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。