Skip to content
Commit a23e8f7a authored by Douglas Gregor's avatar Douglas Gregor
Browse files

Extend libclang with a new cursor kind that indicates a reference to a

template. Such cursors occur, for example, in template specialization
types such as vector<int>. Note that we do not handle the
super-interesting case where the template name is unresolved, e.g.,
within a template.

llvm-svn: 112636
parent a5e6b3ec
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment