This adds support for TypeAliasTemplateDecl in LibClang
Details
Details
Diff Detail
Diff Detail
Event Timeline
Comment Actions
Yes, I have commit acces now (didn't test it yet though). I'll try to submit this patch soon.
Thanks!
Paths
| Differential D13844
[libclang] Visit TypeAliasTemplateDecl ClosedPublic Authored by skalinichev on Oct 17 2015, 2:04 AM.
Details Summary This adds support for TypeAliasTemplateDecl in LibClang
Diff Detail Event Timelineskalinichev updated this object. This revision is now accepted and ready to land.Nov 1 2015, 3:53 PM Comment Actions Yes, I have commit acces now (didn't test it yet though). I'll try to submit this patch soon. Thanks! Closed by commit rL253166: [libclang] Visit TypeAliasTemplateDecl (authored by skalinichev). · Explain WhyNov 15 2015, 5:51 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 37672 bindings/python/clang/cindex.py
bindings/python/tests/cindex/test_cursor_kind.py
include/clang-c/Index.h
lib/Sema/SemaCodeComplete.cpp
test/Index/comment-to-html-xml-conversion.cpp
test/Index/index-templates.cpp
tools/libclang/CIndex.cpp
tools/libclang/CursorVisitor.h
|