Re: [PATCH] New plugin events when evaluating constexpr expressions.

2016-02-23 Thread Daniel Gutson
On Tue, Nov 3, 2015 at 9:09 AM, Andres Tiraboschi wrote: > Hi > This patch adds two plugins events when evaluated call expression and > an init or modify expression in constexpr. > The goal of this patch is to allow the plugins to analyze and or > modify the evaluation of constant expressions.

[PATCH] New plugin events when evaluating constexpr expressions.

2015-11-03 Thread Andres Tiraboschi
Hi This patch adds two plugins events when evaluated call expression and an init or modify expression in constexpr. The goal of this patch is to allow the plugins to analyze and or modify the evaluation of constant expressions. This patch also adds an event that is called when the parsing of a