]> granicus.if.org Git - clang/commit
[libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArguments...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 16 Dec 2016 21:40:16 +0000 (21:40 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Fri, 16 Dec 2016 21:40:16 +0000 (21:40 +0000)
commit559be57f7aef4446004906e2c3796474fabf1664
tree0e1eacc3ace7aa3645b51643ec0ea3abfe967c1e
parent7fdb98e4e14616ecbea0439380888091d45174cf
[libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArguments and clang_Type_getTemplateArgumentAsType

Patch by Emilio Cobos Álvarez!
See https://reviews.llvm.org/D26907

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@289995 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/keep-going.cpp
test/Index/print-type.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CXType.cpp