Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
platform
/
external
/
clang
/
ff676cb48fe8bf7be2feaa251dc7c5fb15af4730
/
test
/
Index
/
usrs.m
ff676cb
Fixed source range for all DeclaratorDecl's.
by Abramo Bagnara
· 14 years ago
344577e
Fixed TypedefDecl and TemplateTypeParameter source range.
by Abramo Bagnara
· 14 years ago
52d6bbe
Don't crash when generating USRs for ObjC methods in protocols.
by Ted Kremenek
· 15 years ago
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
bdb2d50
Fix a major inconsistency in the representation of Objective-C
by Douglas Gregor
· 15 years ago
e3c60a7
Fix source-range information for Objective-C properties. Previously,
by Douglas Gregor
· 15 years ago
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
28a7f25
USRs for class extensions should "mangle" in the location of the extension. (<rdar://problem/8350262>)
by Ted Kremenek
· 15 years ago
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
448278a
Add USR tests for ObjC class extensions.
by Ted Kremenek
· 15 years ago
cbd66f0
Add USR support for C++ namespaces, and unify mangling of location information in USRs
by Ted Kremenek
· 15 years ago
cf99910
Add USR support for 'static inline' functions (which can be declared in header files).
by Ted Kremenek
· 15 years ago
e542f77
Fix USRs for 'extern' variables declaration in functions/method bodies.
by Ted Kremenek
· 15 years ago