1. e1c2c20 [libclang] Declarations inside anonymous namespaces have internal linkage so by Argyrios Kyrtzidis · 12 years ago
  2. 1d8052d Use the canonical decl when generating the locations for USRs. by Ted Kremenek · 13 years ago
  3. 3deeb6d Fixed type and declaration source range in presence of typeQuals. by Abramo Bagnara · 13 years ago
  4. acba90f Fixed NamespaceDecl source range. by Abramo Bagnara · 13 years ago
  5. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 13 years ago
  6. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 13 years ago
  7. 7e24256 Implement libclang support for using declarations. Clang actually uses by Douglas Gregor · 14 years ago
  8. 828629b Add test for nothing... i.e., the contents of a USR for using directives by Douglas Gregor · 14 years ago
  9. 0a35bce Implement libclang support for using directives (cursor + visitation + by Douglas Gregor · 14 years ago
  10. 6931900 Add libclang support for namespace aliases (visitation + USRs) along by Douglas Gregor · 14 years ago
  11. 1f3b4a9 Update test case to include USRs containing offsets instead of line/columns. by Ted Kremenek · 14 years ago
  12. 2ea5baf Extend C++ usrs to include type mangling for tag decl arguments, indicating whether a method by Ted Kremenek · 14 years ago
  13. 8e67219 Add initial USR support for mangling in the types of C++ functions and methods. by Ted Kremenek · 14 years ago
  14. d5d90fe Add USR test case for C++ operator methods. by Ted Kremenek · 14 years ago
  15. cbd66f0 Add USR support for C++ namespaces, and unify mangling of location information in USRs by Ted Kremenek · 14 years ago