mirror of
https://github.com/github/codeql.git
synced 2026-04-25 16:55:19 +02:00
Update cpp/ql/lib/semmle/code/cpp/Specifier.qll
Co-authored-by: Calum Grant <42069085+calumgrant@users.noreply.github.com>
This commit is contained in:
@@ -282,7 +282,7 @@ class AttributeArgument extends Element, @attribute_arg {
|
||||
}
|
||||
|
||||
/**
|
||||
* Gets the value of this argument, if its value is a expression.
|
||||
* Gets the value of this argument, if its value is an expression.
|
||||
*/
|
||||
Expr getValueExpr() { attribute_arg_expr(underlyingElement(this), unresolveElement(result)) }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user