mirror of
https://github.com/github/codeql.git
synced 2026-04-22 15:25:18 +02:00
The main problem is that a lot of the old DotSyntaxApplyExpr->MethodRefExpr synth-constructor hacks were not fully generalized to SelfApplyExpr and OtherConstructorDeclRefExpr. Also: - Gave a index-in-parent-based ordering to PrintAst nodes(), to stabilize it more. - Use a slightly more general SelfApplyExpr->Decl conversion