mirror of
https://github.com/github/codeql.git
synced 2025-12-20 10:46:30 +01:00
This will enable us to support non-type template parameters, which we currently do not support, and error template parameters, which might become relevant in the `build-mode: none` context.
190 B
190 B
category
| category |
|---|
| feature |
- A new class
TemplateParameterBasewas introduced, which represents C++ non-type template parameters, type template parameters, and template template parameters.