index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
test
/
Index
/
usrs.m
Commit message (
Expand
)
Author
Age
Files
Lines
*
[libclang] Fix non-darwin buildbots.
Argyrios Kyrtzidis
2011-11-01
1
-1
/
+2
*
[libclang] For a class extension, give it a unique USR but for any property o...
Argyrios Kyrtzidis
2011-11-01
1
-2
/
+16
*
[libclang] Since an objc extension semantically continues the interface of th...
Argyrios Kyrtzidis
2011-10-18
1
-2
/
+2
*
Expose more statement, expression, and declaration kinds in libclang,
Douglas Gregor
2011-10-05
1
-34
/
+34
*
Improve location fidelity of objc decls.
Argyrios Kyrtzidis
2011-10-04
1
-5
/
+5
*
[libclang] Report implicit objc methods for properties when indexing.
Argyrios Kyrtzidis
2011-09-26
1
-0
/
+6
*
[libclang] Fix getting a cursor that points inside tag definition that is part
Argyrios Kyrtzidis
2011-08-25
1
-2
/
+1
*
Mark objc methods that are implicitly declared for properties (not user-decla...
Argyrios Kyrtzidis
2011-08-17
1
-6
/
+0
*
Expose @synthesize and @dynamic via their own cursor kinds in
Douglas Gregor
2011-06-03
1
-1
/
+1
*
Fixed source range for all DeclaratorDecl's.
Abramo Bagnara
2011-03-08
1
-20
/
+20
*
Fixed TypedefDecl and TemplateTypeParameter source range.
Abramo Bagnara
2011-03-06
1
-2
/
+2
*
Don't crash when generating USRs for ObjC methods in protocols.
Ted Kremenek
2011-02-05
1
-2
/
+8
*
USRs for Objective-C methods use the USR of the @interface as their base, not...
Ted Kremenek
2011-02-04
1
-2
/
+2
*
Fix a major inconsistency in the representation of Objective-C
Douglas Gregor
2010-12-21
1
-2
/
+2
*
Fix source-range information for Objective-C properties. Previously,
Douglas Gregor
2010-11-17
1
-3
/
+3
*
Encapsulate within CXCursor the notion of whether a VarDecl* is the first Dec...
Ted Kremenek
2010-11-01
1
-0
/
+142
*
USRs for class extensions should "mangle" in the location of the extension. ...
Ted Kremenek
2010-08-24
1
-6
/
+26
*
Switch USR generation to use file offsets instead of line/columns for anonymo...
Ted Kremenek
2010-07-22
1
-15
/
+16
*
Add USR tests for ObjC class extensions.
Ted Kremenek
2010-06-23
1
-0
/
+14
*
Add USR support for C++ namespaces, and unify mangling of location informatio...
Ted Kremenek
2010-05-06
1
-14
/
+14
*
Add USR support for 'static inline' functions (which can be declared in heade...
Ted Kremenek
2010-04-29
1
-28
/
+41
*
Fix USRs for 'extern' variables declaration in functions/method bodies.
Ted Kremenek
2010-04-20
1
-0
/
+74