This adds support for TypeAliasTemplateDecl in LibClang
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
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 40234 cfe/trunk/bindings/python/clang/cindex.py
cfe/trunk/bindings/python/tests/cindex/test_cursor_kind.py
cfe/trunk/include/clang-c/Index.h
cfe/trunk/lib/Sema/SemaCodeComplete.cpp
cfe/trunk/test/Index/comment-to-html-xml-conversion.cpp
cfe/trunk/test/Index/index-templates.cpp
cfe/trunk/tools/libclang/CIndex.cpp
cfe/trunk/tools/libclang/CursorVisitor.h
|