From: Mikko Rasa Date: Sat, 6 Mar 2021 11:39:20 +0000 (+0200) Subject: Remove fallback from Assignment to BinaryExpression in TraversingVisitor X-Git-Url: http://git.tdb.fi/?a=commitdiff_plain;h=caa84a9d8adce6dc702f6e0ae32961b77a0a73ea;hp=caa84a9d8adce6dc702f6e0ae32961b77a0a73ea;p=libs%2Fgl.git Remove fallback from Assignment to BinaryExpression in TraversingVisitor It's causing some trouble when the base class version is called for an assignment and it gets handled as a binary expression. Almost all classes are handling the two separately anyway. ---