Skip to content

Commit 8eef953

Browse files
author
Matthew Gretton-Dann
committed
C++: Update 1.23 change notes
1 parent afe6665 commit 8eef953

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

change-notes/1.23/analysis-cpp.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -54,3 +54,8 @@ The following changes in version 1.23 affect C/C++ analysis in all applications.
5454
lead to regressions (or improvements) in how queries are optimized because
5555
optimization in QL relies on static size estimates, and the control-flow edge
5656
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

Comments
 (0)