-
Notifications
You must be signed in to change notification settings - Fork 1.6k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
C++: Support concept templates #18362
Conversation
36d52bf
to
9037594
Compare
96bc406
to
94909ce
Compare
9037594
to
e236ce3
Compare
9f8a8c6
to
8e66019
Compare
2336e4e
to
c843bfa
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Copilot reviewed 6 out of 11 changed files in this pull request and generated no comments.
Files not reviewed (5)
- cpp/downgrades/68744d108e523bdac4e8562cf1aed0169aa69502/upgrade.properties: Language not supported
- cpp/ql/lib/semmle/code/cpp/Concept.qll: Language not supported
- cpp/ql/lib/semmle/code/cpp/Declaration.qll: Language not supported
- cpp/ql/lib/semmlecode.cpp.dbscheme: Language not supported
- cpp/ql/lib/upgrades/4813509d85b45ae17421c036905199f7324cf228/upgrade.properties: Language not supported
Tip: If you use Visual Studio Code, you can request a review from Copilot before you push from the "Source Control" tab. Learn more
cpp/ql/lib/semmlecode.cpp.dbscheme
Outdated
int arg_type: @type ref | ||
); | ||
concept_template_argument_value( | ||
int type_id: @concept ref, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
int type_id: @concept ref, | |
int concept_id: @concept ref, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Fixed (through force push).
c843bfa
to
0f5b70a
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Pull Request checklist
All query authors
.qhelp
. See the documentation in this repository.Internal query authors only
.ql
,.qll
, or.qhelp
files. See the documentation (internal access required).