accessing template arguments from libclang

Hello All,

Any guidance that you can provide would be most beneficial since we really need this feature for the xdress project. Thanks!

Be Well
Anthony

Okay, I've diagnosed the problem:

   https://github.com/llvm-mirror/clang/blob/c6911a2b1fc176e4d6053ed86506c17c3d8b0057/tools/libclang/CIndex.cpp#L670

Patch coming up.

Geoffrey

Great news Geoff!

It looks like the following patch does what you want (apply to the type of
the base specifier):

http://www.mail-archive.com/cfe-commits@cs.uiuc.edu/msg80553.html

The patch needs test cases:

http://www.mail-archive.com/cfe-commits@cs.uiuc.edu/msg81100.html