• Luboš Luňák's avatar
    make it easy to get a parent of an AST node · ade47d3d
    Luboš Luňák yazdı
    Clang API doesn't provide this, but it's occasionally needed, and so far
    the way has been inspecting the highest possible node in AST and walking down
    and remembering, which is complicated, error-prone and annoying.
    
    Change-Id: Id5b72cb5ebfc069e90efe6d673c0ef18ebcdab61
    ade47d3d
plugin.hxx 7.07 KB