Files
codeql/cpp/ql/lib/change-notes/2024-12-17-template-parameter-base.md
Jeroen Ketema b7d1da8741 C++: Introduce a new base class for template parameters
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.
2024-12-17 20:25:41 +01:00

190 B

category
category
feature
  • A new class TemplateParameterBase was introduced, which represents C++ non-type template parameters, type template parameters, and template template parameters.