DMD Source Hot Spot for Expression Type Deduction

"Nordlöw" per.nordlow at gmail.com
Tue Apr 8 13:58:22 PDT 2014


I'm looking for hot spots in the DMD source where deduction of 
types of expressions are performed.

I want to use this to extract information about the type of an 
expression before/after point.

Is this logic spread all over

.*Exp::semantic
.*Exp::semantic2
.*Exp::semantic3

or is there a hot spot where I can insert a callback to print 
such information?


More information about the Digitalmars-d-learn mailing list