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
Loading
Please register or sign in to comment