[kdevelop] [Bug 359273] Tool to see all members, including inherited (C++)

2016-02-11 Thread Kevin Funk via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359273

Kevin Funk  changed:

   What|Removed |Added

 Status|UNCONFIRMED |CONFIRMED
 Ever confirmed|0   |1

--- Comment #1 from Kevin Funk  ---
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.


[kdevelop] [Bug 359273] Tool to see all members, including inherited (C++)

2016-02-11 Thread Milian Wolff via KDE Bugzilla
https://bugs.kde.org/show_bug.cgi?id=359273

--- Comment #2 from Milian Wolff  ---
There's also CQLinq which is quite powerful, from what I've seen on
screenshots:

http://www.cppdepend.com/cqlinq

That is more geared towards usage by mere mortals in an IDE context.

-- 
You are receiving this mail because:
You are watching all bug changes.