]> sourceware.org Git - systemtap.git/commit
PR18455: use an initial type resolution pass
authorAbegail Jakop <ajakop@redhat.com>
Wed, 26 Aug 2015 21:36:31 +0000 (17:36 -0400)
committerAbegail Jakop <ajakop@redhat.com>
Wed, 23 Sep 2015 20:31:57 +0000 (16:31 -0400)
commitcde4a9feb579c60937f8a39d346b2a0bad430f2b
tree8a8ca4416c03181847269461381e51d6980205b3
parent356e7f3b13b585ec3f0e4f0ae64b08566d1906e1
PR18455: use an initial type resolution pass

elaborate.cxx: for the const_folder visitor attempt to resolve some
times before the const_foler visitor is called. this is to try to
propogate an expression's type that is implied by what expression it's
in, up to the vardecl, to avoid unresolved type errors in cases like:
{println(i*0)}
elaborate.cxx
This page took 0.027674 seconds and 5 git commands to generate.