clangml
clangml copied to clipboard
Add xpath-style queries
It may be useful to have textual queries written in an xpath-like language to extract parts of the AST. It would probably return a list of XP_Decl of decl | XP_Expr of expr | ....