diff --git a/cpp/ql/lib/change-notes/2022-08-10-constant-attribute-argument-support.md b/cpp/ql/lib/change-notes/2022-08-10-constant-attribute-argument-support.md new file mode 100644 index 00000000000..056190026a8 --- /dev/null +++ b/cpp/ql/lib/change-notes/2022-08-10-constant-attribute-argument-support.md @@ -0,0 +1,4 @@ +--- +category: feature +--- +* Added a predicate `getValueConstant` to `AttributeArgument` that yields the argument value as an `Expr` when the value is a constant expression.