Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
f7427273d0aeed94d025629f98e3099112107628
/
test
/
Index
/
usrs.m
c178d76
[libclang] When determining the cursor via a location, ignore synthesized ivars otherwise
by Argyrios Kyrtzidis
· 12 years ago
ccc6f36
[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl cursor,
by Argyrios Kyrtzidis
· 13 years ago
044e645
[libclang] Enhance clang_getOverriddenCursors.
by Argyrios Kyrtzidis
· 13 years ago
9ec60df
rename -ccc-host-triple into -target
by Sebastian Pop
· 13 years ago
31cbe68
Revert r148138; it's causing test failures.
by Eli Friedman
· 13 years ago
edd4f3c
rename -ccc-host-triple into -target
by Sebastian Pop
· 13 years ago
d4e7e22
[libclang] Fix non-darwin buildbots.
by Argyrios Kyrtzidis
· 13 years ago
87ec9c2
[libclang] For a class extension, give it a unique USR but for any property or ivar
by Argyrios Kyrtzidis
· 13 years ago
46d1ea4
[libclang] Since an objc extension semantically continues the interface of the class
by Argyrios Kyrtzidis
· 13 years ago
42b2984
Expose more statement, expression, and declaration kinds in libclang,
by Douglas Gregor
· 13 years ago
1711fc9
Improve location fidelity of objc decls.
by Argyrios Kyrtzidis
· 13 years ago
65ab907
[libclang] Report implicit objc methods for properties when indexing.
by Argyrios Kyrtzidis
· 13 years ago
6f155de
[libclang] Fix getting a cursor that points inside tag definition that is part
by Argyrios Kyrtzidis
· 13 years ago
75cf3e8
Mark objc methods that are implicitly declared for properties (not user-declared) as implicit.
by Argyrios Kyrtzidis
· 13 years ago
352697a
Expose @synthesize and @dynamic via their own cursor kinds in
by Douglas Gregor
· 13 years ago
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
· 14 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
· 14 years ago
bdb2d50
Fix a major inconsistency in the representation of Objective-C
by Douglas Gregor
· 14 years ago
e3c60a7
Fix source-range information for Objective-C properties. Previously,
by Douglas Gregor
· 14 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
· 14 years ago
28a7f25
USRs for class extensions should "mangle" in the location of the extension. (<rdar://problem/8350262>)
by Ted Kremenek
· 14 years ago
f48b531
Switch USR generation to use file offsets instead of line/columns for anonymous symbols. Fixes <rdar://problem/8221557>.
by Ted Kremenek
· 14 years ago
448278a
Add USR tests for ObjC class extensions.
by Ted Kremenek
· 14 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