summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/usrs.m
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Fix non-darwin buildbots.Argyrios Kyrtzidis2011-11-011-1/+2
* [libclang] For a class extension, give it a unique USR but for any property o...Argyrios Kyrtzidis2011-11-011-2/+16
* [libclang] Since an objc extension semantically continues the interface of th...Argyrios Kyrtzidis2011-10-181-2/+2
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-34/+34
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-041-5/+5
* [libclang] Report implicit objc methods for properties when indexing.Argyrios Kyrtzidis2011-09-261-0/+6
* [libclang] Fix getting a cursor that points inside tag definition that is partArgyrios Kyrtzidis2011-08-251-2/+1
* Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis2011-08-171-6/+0
* Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor2011-06-031-1/+1
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-20/+20
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-2/+2
* Don't crash when generating USRs for ObjC methods in protocols.Ted Kremenek2011-02-051-2/+8
* USRs for Objective-C methods use the USR of the @interface as their base, not...Ted Kremenek2011-02-041-2/+2
* Fix a major inconsistency in the representation of Objective-CDouglas Gregor2010-12-211-2/+2
* Fix source-range information for Objective-C properties. Previously,Douglas Gregor2010-11-171-3/+3
* Encapsulate within CXCursor the notion of whether a VarDecl* is the first Dec...Ted Kremenek2010-11-011-0/+142
* USRs for class extensions should "mangle" in the location of the extension. ...Ted Kremenek2010-08-241-6/+26
* Switch USR generation to use file offsets instead of line/columns for anonymo...Ted Kremenek2010-07-221-15/+16
* Add USR tests for ObjC class extensions.Ted Kremenek2010-06-231-0/+14
* Add USR support for C++ namespaces, and unify mangling of location informatio...Ted Kremenek2010-05-061-14/+14
* Add USR support for 'static inline' functions (which can be declared in heade...Ted Kremenek2010-04-291-28/+41
* Fix USRs for 'extern' variables declaration in functions/method bodies.Ted Kremenek2010-04-201-0/+74
OpenPOWER on IntegriCloud