1. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  2. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 13 years ago
  3. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 13 years ago
  4. 826faa2 Replace UsingDecl's SmallPtrSet of UsingShadowDecls with a linked list to avoid leaking memory. by Argyrios Kyrtzidis · 14 years ago
  5. 1f60d9e Introduce a new kind of cursor into libclang, which covers a reference by Douglas Gregor · 14 years ago
  6. c5ade2e Implement basic visitation for nested name specifiers via libclang by Douglas Gregor · 14 years ago
  7. 7e24256 Implement libclang support for using declarations. Clang actually uses by Douglas Gregor · 14 years ago
  8. 0a35bce Implement libclang support for using directives (cursor + visitation + by Douglas Gregor · 14 years ago
  9. 8ea5b9d Improve location information in the representation of namespace by Douglas Gregor · 14 years ago
  10. 6931900 Add libclang support for namespace aliases (visitation + USRs) along by Douglas Gregor · 14 years ago
  11. 8fb280c Add a simple test for indexing namespaces by Douglas Gregor · 14 years ago