[cfe-dev] Delete a parameter of a FunctionDecl

David Blaikie dblaikie at gmail.com
Fri Jul 26 11:44:51 PDT 2013


On Thu, Jul 25, 2013 at 10:55 PM, lostknight <thanhtuan at aces.snu.ac.kr> wrote:
> I want to modify the parameters of a FunctionDecl at AST level. In
> particular, I want to remove a specific parameter of a function. What is the
> most convenient way to do this? I realized that in FunctionDecl class there
> is no functionality to change the parameter number..

The AST isn't exactly designed to be mutable. Why do you want to do this?

>
> Thank you and forgive me being newbie
>
>
>
> --
> View this message in context: http://clang-developers.42468.n3.nabble.com/Delete-a-parameter-of-a-FunctionDecl-tp4033465.html
> Sent from the Clang Developers mailing list archive at Nabble.com.
> _______________________________________________
> cfe-dev mailing list
> cfe-dev at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/cfe-dev



More information about the cfe-dev mailing list