1. 3f0fee3 Teach clang_getCursorType() about base specifiers and other references by Douglas Gregor · 15 years ago
  2. 66b7fbf Introduce a simple, substitution-based compression scheme for USRs, so by Douglas Gregor · 15 years ago
  3. 692577c When traversing an InitListExpr, there may not be a syntactic form; by Douglas Gregor · 15 years ago
  4. 1f60d9e Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 15 years ago
  5. 36897b0 Add libclang support for label statements, gotos, and taking the by Douglas Gregor · 15 years ago
  6. fbb4c98 In libclang, visit the nested-name-specifier and explicitly-specified template arguments of a MemberExpr. by Douglas Gregor · 15 years ago
  7. 8947a75 Visit the nested-name-specifier and explicitly-specified template by Douglas Gregor · 15 years ago
  8. e0329ac Introduce a new libclang function, by Douglas Gregor · 15 years ago
  9. 662df6e Test visiting the template parameters of template template parameters, by Douglas Gregor · 15 years ago
  10. 84b51d7 Teach libclang to visit the default arguments of template parameters. by Douglas Gregor · 15 years ago
  11. 7e24256 Implement libclang support for using declarations. Clang actually uses by Douglas Gregor · 15 years ago
  12. 0ab1e9f Improve libclang indexing support for class template specializations by Douglas Gregor · 15 years ago
  13. 0b36e61 Extend libclang with a new cursor kind that indicates a reference to a by Douglas Gregor · 15 years ago
  14. 74dbe64 Add libclang support for class template partial specializations, by Douglas Gregor · 15 years ago
  15. 39d6f07 Add a libclang cursor kind, visitation support and USR support for C++ by Douglas Gregor · 15 years ago
  16. fe72e9c Implement basic support for indexing function templates in by Douglas Gregor · 15 years ago