aboutsummaryrefslogtreecommitdiff
path: root/test/Index/index-templates.cpp
AgeCommit message (Expand)Author
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-09-01Enable -fdelayed-template-parsing by default on Win32.Francois Pichet
2011-07-25Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2011-03-06Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara
2011-03-04Fixed source range for ClassTemplateSpecializationDecl.Abramo Bagnara
2011-03-04Improved TemplateTypeParmDecl end location.Abramo Bagnara
2011-03-04Fixed end location of NonTypeTemplateParamDecl.Abramo Bagnara
2010-11-05Teach clang_getCursorReferenced() that aDouglas Gregor
2010-10-22Substantially revise how clang computes the visibility of a declaration toJohn McCall
2010-10-02Teach clang_getCursorType() about base specifiers and other referencesDouglas Gregor
2010-09-20Introduce a simple, substitution-based compression scheme for USRs, soDouglas Gregor
2010-09-17When traversing an InitListExpr, there may not be a syntactic form;Douglas Gregor
2010-09-13Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor
2010-09-10Add libclang support for label statements, gotos, and taking theDouglas Gregor
2010-09-02In libclang, visit the nested-name-specifier and explicitly-specified templat...Douglas Gregor
2010-09-02Visit the nested-name-specifier and explicitly-specified templateDouglas Gregor
2010-09-02Introduce a new libclang function,Douglas Gregor
2010-09-01Test visiting the template parameters of template template parameters,Douglas Gregor
2010-09-01Teach libclang to visit the default arguments of template parameters.Douglas Gregor
2010-09-01Implement libclang support for using declarations. Clang actually usesDouglas Gregor
2010-09-01Improve libclang indexing support for class template specializationsDouglas Gregor
2010-08-31Extend libclang with a new cursor kind that indicates a reference to aDouglas Gregor
2010-08-31Add libclang support for class template partial specializations,Douglas Gregor
2010-08-31Add a libclang cursor kind, visitation support and USR support for C++Douglas Gregor
2010-08-31Implement basic support for indexing function templates inDouglas Gregor