How to get the type and the specifier of a type of a parameter in the function?
Đang mở
C++
question
- Ngôn ngữ chính
- CodeQL
- Star
- 10.1k
- Fork
- 2.1k
- Merge trung bình
- 2 ngày 15 giờ
- Pull request đã merge (30 ngày)
- 141
Mô tả
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.
Hướng dẫn đóng góp
Đánh giá
Issue này chưa được đánh giá.