]> granicus.if.org Git - clang/commit
Add libclang capabilities to retriete template arguments from specializations.
authorEli Bendersky <eliben@google.com>
Fri, 10 Oct 2014 20:01:05 +0000 (20:01 +0000)
committerEli Bendersky <eliben@google.com>
Fri, 10 Oct 2014 20:01:05 +0000 (20:01 +0000)
commita0b1e640c5872ea7bd3f297b772f6842aabe5d4d
tree0ddf747eb590189d2d8bfe929d8d089c5c590410
parent2fdc497405b20e3d4a02e8b8a121f63e4baa3587
Add libclang capabilities to retriete template arguments from specializations.

Includes Python bindings.

Reviewed in http://reviews.llvm.org/D5621
Patch by Rob Springer

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@219529 91177308-0d34-0410-b5e6-96231b3b80d8
bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_cursor.py
include/clang-c/Index.h
test/Index/index-templates.cpp
test/Index/preamble_macro_template.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CXCursor.cpp
tools/libclang/libclang.exports