1. fd6e39c [index] Add indexing for unresolved-using declarations by Ben Langmuir · 8 years ago
  2. 43a833b Check that template template arguments match template template parameters by Richard Smith · 9 years ago
  3. 8f3b187 [libclang] Visit TypeAliasTemplateDecl by Sergey Kalinichev · 10 years ago
  4. f66cef7 [libclang] Use same USR encoding for 'class' as 'struct'. by Argyrios Kyrtzidis · 11 years ago
  5. d06ce40 [libclang] Function templates can be 'overloaded' by return type, so encode the return type in the USR by Argyrios Kyrtzidis · 11 years ago
  6. c27a0c4 Add libclang capabilities to retriete template arguments from specializations. by Eli Bendersky · 11 years ago
  7. 3a7cc81 Report a correct end location for nameless parameters. by Benjamin Kramer · 12 years ago
  8. 4c362d5 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 14 years ago
  9. 0274487 Enable -fdelayed-template-parsing by default on Win32. by Francois Pichet · 14 years ago
  10. c1679ec Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of by Douglas Gregor · 14 years ago
  11. dff1930 Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 15 years ago
  12. b3185b0 Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 15 years ago
  13. a093526 Fixed source range for ClassTemplateSpecializationDecl. by Abramo Bagnara · 15 years ago
  14. 23485e0 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 15 years ago
  15. e15d553 Fixed end location of NonTypeTemplateParamDecl. by Abramo Bagnara · 15 years ago
  16. 16443fd Teach clang_getCursorReferenced() that a by Douglas Gregor · 15 years ago
  17. 457a04e Substantially revise how clang computes the visibility of a declaration to by John McCall · 15 years ago
  18. 4e3918c Teach clang_getCursorType() about base specifiers and other references by Douglas Gregor · 15 years ago
  19. 8af2ff8 Introduce a simple, substitution-based compression scheme for USRs, so by Douglas Gregor · 15 years ago
  20. f9088c9 When traversing an InitListExpr, there may not be a syntactic form; by Douglas Gregor · 15 years ago
  21. 16a2bdd Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 15 years ago
  22. a93ab66 Add libclang support for label statements, gotos, and taking the by Douglas Gregor · 15 years ago
  23. 32e4c86 In libclang, visit the nested-name-specifier and explicitly-specified template arguments of a MemberExpr. by Douglas Gregor · 15 years ago
  24. aac7c81 Visit the nested-name-specifier and explicitly-specified template by Douglas Gregor · 15 years ago
  25. d3f48bd Introduce a new libclang function, by Douglas Gregor · 15 years ago
  26. 9821524 Test visiting the template parameters of template template parameters, by Douglas Gregor · 15 years ago
  27. 06c7d2d Teach libclang to visit the default arguments of template parameters. by Douglas Gregor · 15 years ago
  28. a9aa29c Implement libclang support for using declarations. Clang actually uses by Douglas Gregor · 15 years ago
  29. 9dc243c Improve libclang indexing support for class template specializations by Douglas Gregor · 15 years ago
  30. a23e8f7 Extend libclang with a new cursor kind that indicates a reference to a by Douglas Gregor · 15 years ago
  31. f96abb2 Add libclang support for class template partial specializations, by Douglas Gregor · 15 years ago
  32. 1fbaeb1 Add a libclang cursor kind, visitation support and USR support for C++ by Douglas Gregor · 15 years ago
  33. 713602b Implement basic support for indexing function templates in by Douglas Gregor · 15 years ago