aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index/usrs.m
AgeCommit message (Expand)AuthorFilesLines
2013-09-20Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith1-1/+1
2013-04-17Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i...Argyrios Kyrtzidis1-2/+5
2012-08-28[libclang] When determining the cursor via a location, ignore synthesized iva...Argyrios Kyrtzidis1-2/+0
2012-03-23[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis1-13/+13
2012-03-08[libclang] Enhance clang_getOverriddenCursors.Argyrios Kyrtzidis1-6/+6
2012-01-20rename -ccc-host-triple into -targetSebastian Pop1-1/+1
2012-01-13Revert r148138; it's causing test failures.Eli Friedman1-1/+1
2012-01-13rename -ccc-host-triple into -targetSebastian Pop1-1/+1
2011-11-01[libclang] Fix non-darwin buildbots.Argyrios Kyrtzidis1-1/+2
2011-11-01[libclang] For a class extension, give it a unique USR but for any property o...Argyrios Kyrtzidis1-2/+16
2011-10-18[libclang] Since an objc extension semantically continues the interface of th...Argyrios Kyrtzidis1-2/+2
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor1-34/+34
2011-10-04Improve location fidelity of objc decls.Argyrios Kyrtzidis1-5/+5
2011-09-26[libclang] Report implicit objc methods for properties when indexing.Argyrios Kyrtzidis1-0/+6
2011-08-25[libclang] Fix getting a cursor that points inside tag definition that is partArgyrios Kyrtzidis1-2/+1
2011-08-17Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis1-6/+0
2011-06-03Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor1-1/+1
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara1-20/+20
2011-03-06Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara1-2/+2
2011-02-05Don't crash when generating USRs for ObjC methods in protocols.Ted Kremenek1-2/+8
2011-02-04USRs for Objective-C methods use the USR of the @interface as their base, not...Ted Kremenek1-2/+2
2010-12-21Fix a major inconsistency in the representation of Objective-CDouglas Gregor1-2/+2
2010-11-17Fix source-range information for Objective-C properties. Previously,Douglas Gregor1-3/+3
2010-11-01Encapsulate within CXCursor the notion of whether a VarDecl* is the first Dec...Ted Kremenek1-0/+142
2010-08-24USRs for class extensions should "mangle" in the location of the extension. ...Ted Kremenek1-6/+26
2010-07-22Switch USR generation to use file offsets instead of line/columns for anonymo...Ted Kremenek1-15/+16
2010-06-23Add USR tests for ObjC class extensions.Ted Kremenek1-0/+14
2010-05-06Add USR support for C++ namespaces, and unify mangling of location informatio...Ted Kremenek1-14/+14
2010-04-29Add USR support for 'static inline' functions (which can be declared in heade...Ted Kremenek1-28/+41
2010-04-20Fix USRs for 'extern' variables declaration in functions/method bodies.Ted Kremenek1-0/+74