]> granicus.if.org Git - clang/commit
Teach libclang to visit the default arguments of template parameters.
authorDouglas Gregor <dgregor@apple.com>
Wed, 1 Sep 2010 20:16:53 +0000 (20:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 1 Sep 2010 20:16:53 +0000 (20:16 +0000)
commit84b51d77e11aaf6ea4607e01187343423ce6c8ae
tree430d00e6581f69586f1963a77b8005aac5f3ea6a
parent7e24256c95afb64b4d5abf201a0f9f0527cb4cf3
Teach libclang to visit the default arguments of template parameters.

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