summaryrefslogtreecommitdiffstats
path: root/test/Index/index-templates.cpp
Commit message (Expand)AuthorAgeFilesLines
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-1/+1
* Enable -fdelayed-template-parsing by default on Win32.Francois Pichet2011-09-011-2/+2
* Added clang_getCursorReferenceNameRange to libclang to to retrieve parts ofDouglas Gregor2011-07-251-2/+2
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-5/+5
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-20/+20
* Fixed source range for ClassTemplateSpecializationDecl.Abramo Bagnara2011-03-041-3/+3
* Improved TemplateTypeParmDecl end location.Abramo Bagnara2011-03-041-2/+2
* Fixed end location of NonTypeTemplateParamDecl.Abramo Bagnara2011-03-041-1/+1
* Teach clang_getCursorReferenced() that aDouglas Gregor2010-11-051-1/+1
* Substantially revise how clang computes the visibility of a declaration toJohn McCall2010-10-221-1/+1
* Teach clang_getCursorType() about base specifiers and other referencesDouglas Gregor2010-10-021-1/+12
* Introduce a simple, substitution-based compression scheme for USRs, soDouglas Gregor2010-09-201-8/+19
* When traversing an InitListExpr, there may not be a syntactic form;Douglas Gregor2010-09-171-0/+18
* Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor2010-09-131-0/+21
* Add libclang support for label statements, gotos, and taking theDouglas Gregor2010-09-101-1/+0
* In libclang, visit the nested-name-specifier and explicitly-specified templat...Douglas Gregor2010-09-021-5/+19
* Visit the nested-name-specifier and explicitly-specified templateDouglas Gregor2010-09-021-4/+13
* Introduce a new libclang function,Douglas Gregor2010-09-021-3/+6
* Test visiting the template parameters of template template parameters,Douglas Gregor2010-09-011-0/+10
* Teach libclang to visit the default arguments of template parameters.Douglas Gregor2010-09-011-0/+20
* Implement libclang support for using declarations. Clang actually usesDouglas Gregor2010-09-011-0/+19
* Improve libclang indexing support for class template specializationsDouglas Gregor2010-09-011-7/+35
* Extend libclang with a new cursor kind that indicates a reference to aDouglas Gregor2010-08-311-1/+1
* Add libclang support for class template partial specializations,Douglas Gregor2010-08-311-0/+8
* Add a libclang cursor kind, visitation support and USR support for C++Douglas Gregor2010-08-311-0/+14
* Implement basic support for indexing function templates inDouglas Gregor2010-08-311-0/+22