This is an archive of the discontinued LLVM Phabricator instance.

Expose template types in libclang
Needs ReviewPublic

Authored by OlivierJG on May 31 2014, 5:53 AM.
This revision needs review, but there are no reviewers specified.

Details

Reviewers
None
Summary

The various template types are currently given as CXType_Unexposed, where exposing them would be very useful for knowing when you can call functions that work on them, such as clang_Type_getNumTemplateArguments/clang_Type_getTemplateArgumentAsType.

Diff Detail

Event Timeline

OlivierJG updated this revision to Diff 9982.May 31 2014, 5:53 AM
OlivierJG retitled this revision from to Expose template types in libclang.
OlivierJG updated this object.
OlivierJG edited the test plan for this revision. (Show Details)
OlivierJG added a subscriber: Unknown Object (MLST).
OlivierJG updated this revision to Diff 9983.May 31 2014, 6:32 AM

Remove trailing comma