1. 42b2984 Expose more statement, expression, and declaration kinds in libclang, by Douglas Gregor · 13 years ago
  2. 8efcc01 Enable -fdelayed-template-parsing by default on Win32. by Francois Pichet · 13 years ago
  3. 430d7a1 Added clang_getCursorReferenceNameRange to libclang to to retrieve parts of by Douglas Gregor · 13 years ago
  4. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 13 years ago
  5. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 13 years ago
  6. 4a85a73 Fixed source range for ClassTemplateSpecializationDecl. by Abramo Bagnara · 13 years ago
  7. 77d4ee2 Improved TemplateTypeParmDecl end location. by Abramo Bagnara · 13 years ago
  8. ee4bfd4 Fixed end location of NonTypeTemplateParamDecl. by Abramo Bagnara · 13 years ago
  9. 93798e2 Teach clang_getCursorReferenced() that a by Douglas Gregor · 14 years ago
  10. 1fb0caa Substantially revise how clang computes the visibility of a declaration to by John McCall · 14 years ago
  11. 3f0fee3 Teach clang_getCursorType() about base specifiers and other references by Douglas Gregor · 14 years ago
  12. 66b7fbf Introduce a simple, substitution-based compression scheme for USRs, so by Douglas Gregor · 14 years ago
  13. 692577c When traversing an InitListExpr, there may not be a syntactic form; by Douglas Gregor · 14 years ago
  14. 1f60d9e Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 14 years ago
  15. 36897b0 Add libclang support for label statements, gotos, and taking the by Douglas Gregor · 14 years ago
  16. fbb4c98 In libclang, visit the nested-name-specifier and explicitly-specified template arguments of a MemberExpr. by Douglas Gregor · 14 years ago
  17. 8947a75 Visit the nested-name-specifier and explicitly-specified template by Douglas Gregor · 14 years ago
  18. e0329ac Introduce a new libclang function, by Douglas Gregor · 14 years ago
  19. 662df6e Test visiting the template parameters of template template parameters, by Douglas Gregor · 14 years ago
  20. 84b51d7 Teach libclang to visit the default arguments of template parameters. by Douglas Gregor · 14 years ago
  21. 7e24256 Implement libclang support for using declarations. Clang actually uses by Douglas Gregor · 14 years ago
  22. 0ab1e9f Improve libclang indexing support for class template specializations by Douglas Gregor · 14 years ago
  23. 0b36e61 Extend libclang with a new cursor kind that indicates a reference to a by Douglas Gregor · 14 years ago
  24. 74dbe64 Add libclang support for class template partial specializations, by Douglas Gregor · 14 years ago
  25. 39d6f07 Add a libclang cursor kind, visitation support and USR support for C++ by Douglas Gregor · 14 years ago
  26. fe72e9c Implement basic support for indexing function templates in by Douglas Gregor · 14 years ago