mirror of
https://github.com/github/codeql.git
synced 2026-02-09 19:51:07 +01:00
missed a spot...
This commit is contained in:
@@ -95,6 +95,7 @@ Generated::AstNode toGeneratedExpr(AST::AstNode n) {
|
||||
n = TExprAnnotation(result) or
|
||||
n = TLiteral(result) or
|
||||
n = TAggregate(result) or
|
||||
n = TExprAggregate(result) or
|
||||
n = TIdentifier(result) or
|
||||
n = TUnaryExpr(result) or
|
||||
n = TDontCare(result)
|
||||
|
||||
Reference in New Issue
Block a user