https://bugs.kde.org/show_bug.cgi?id=359273
Kevin Funk <kf...@kde.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |CONFIRMED Ever confirmed|0 |1 --- Comment #1 from Kevin Funk <kf...@kde.org> --- More generalised: I think having a tool view that allows querying source code information wouldn't be too bad. The big problem is the query language / or the UI to allow defining the query. (Clang solves this with AST matchers, see here: http://clang.llvm.org/docs/LibASTMatchers.html). If anyone wants to work on this, please consider stealing concepts from Clang's AST matchers, it's super powerful, yet easy to work with. We could support part a subset of the AST matchers which would be used to filter our DUChain. -- You are receiving this mail because: You are watching all bug changes.