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

Add a new libclang function clang_getTemplateCursorKind(), which

determines the kind of declaration that would be generated if the
given template were instantiated. This allows a client to distinguish
among class/struct/union templates and function/member function/static
member function templates.

Also, teach clang_CXXMethod_isStatic() about function templates.

llvm-svn: 112655
parent d657d825
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