1. ff676cb Fixed source range for all DeclaratorDecl's. by Abramo Bagnara · 14 years ago
  2. 344577e Fixed TypedefDecl and TemplateTypeParameter source range. by Abramo Bagnara · 14 years ago
  3. 52d6bbe Don't crash when generating USRs for ObjC methods in protocols. by Ted Kremenek · 15 years ago
  4. cd9175d USRs for Objective-C methods use the USR of the @interface as their base, not the USR of the class category or extension. by Ted Kremenek · 15 years ago
  5. bdb2d50 Fix a major inconsistency in the representation of Objective-C by Douglas Gregor · 15 years ago
  6. e3c60a7 Fix source-range information for Objective-C properties. Previously, by Douglas Gregor · 15 years ago
  7. 007a7c9 Encapsulate within CXCursor the notion of whether a VarDecl* is the first Decl in a DeclGroup. We use this by Ted Kremenek · 15 years ago
  8. 28a7f25 USRs for class extensions should "mangle" in the location of the extension. (<rdar://problem/8350262>) by Ted Kremenek · 15 years ago
  9. f48b531 Switch USR generation to use file offsets instead of line/columns for anonymous symbols. Fixes <rdar://problem/8221557>. by Ted Kremenek · 15 years ago
  10. 448278a Add USR tests for ObjC class extensions. by Ted Kremenek · 15 years ago
  11. cbd66f0 Add USR support for C++ namespaces, and unify mangling of location information in USRs by Ted Kremenek · 15 years ago
  12. cf99910 Add USR support for 'static inline' functions (which can be declared in header files). by Ted Kremenek · 15 years ago
  13. e542f77 Fix USRs for 'extern' variables declaration in functions/method bodies. by Ted Kremenek · 15 years ago