[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)
commit18b7d82e960b6254f5cf99b5ccf2641aa4cc7c3f
tree737e651273778d99f30c18e3e6ecd09bb8686ec6
parent91ad7a9b69ba7d061fd95830bd509ef9fa92583d
[libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArguments and clang_Type_getTemplateArgumentAsType

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

llvm-svn: 289995
clang/test/Index/keep-going.cpp
clang/test/Index/print-type.cpp
clang/tools/c-index-test/c-index-test.c
clang/tools/libclang/CXType.cpp