We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent afe6665 commit 8eef953Copy full SHA for 8eef953
change-notes/1.23/analysis-cpp.md
@@ -54,3 +54,8 @@ The following changes in version 1.23 affect C/C++ analysis in all applications.
54
lead to regressions (or improvements) in how queries are optimized because
55
optimization in QL relies on static size estimates, and the control-flow edge
56
relations will now have different size estimates than before.
57
+* Support has been added for non-type template arguments. This means that the
58
+ return type of `Declaration::getTemplateArgument()` and
59
+ `Declaration::getATemplateArgument` have changed to `Locatable`. See the
60
+ documentation for `Declaration::getTemplateArgument()` and
61
+ `Declaration::getTemplateArgumentKind()` for details.
0 commit comments