]> granicus.if.org Git - clang/commit
In libclang, visit the nested-name-specifier and explicitly-specified template argume...
authorDouglas Gregor <dgregor@apple.com>
Thu, 2 Sep 2010 21:07:44 +0000 (21:07 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 2 Sep 2010 21:07:44 +0000 (21:07 +0000)
commitfbb4c98a248c54d31063aa41dbfacf4f78c93f10
tree7eb987d0f561220004c785371e931dfc1f0b82e4
parent066d66096520c015036ef20bbbfe100b88e2a2d1
In libclang, visit the nested-name-specifier and explicitly-specified template arguments of a MemberExpr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112860 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/index-templates.cpp
tools/libclang/CIndex.cpp