On 06/18/2012 09:04 AM, Ramana Radhakrishnan wrote:
+  location_t loc = EXPR_LOC_OR_HERE (t);

We should only use EXPR_LOC_OR_HERE for diagnostics. For a location to use in building other expressions, use EXPR_LOCATION.

OK with that change.

Jason

Reply via email to