summaryrefslogtreecommitdiff
path: root/test/Index/usrs.m
AgeCommit message (Expand)Author
2017-07-01[modules] Teach clang how to merge typedef over anonymous structs in C mode.Vassil Vassilev
2016-03-04[index] Distinguish USRs of anonymous enums by using their first enumerator.Argyrios Kyrtzidis
2015-11-14[modules] Allow "redefinition" of typedef of anon tag from unimported submoduleBen Langmuir
2015-11-12[modules] Simplify and generalize the existing rule for finding hiddenRichard Smith
2014-03-28libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko
2014-02-23[Index] Make the USRs more stable.Argyrios Kyrtzidis
2014-02-02Report a correct end location for nameless parameters.Benjamin Kramer
2013-09-20Switch the semantic DeclContext for a block-scope declaration of a function orRichard Smith
2013-04-17Correct the range returned by ParmVarDecl::getSourceRange(), for parameters i...Argyrios Kyrtzidis
2012-08-28[libclang] When determining the cursor via a location, ignore synthesized iva...Argyrios Kyrtzidis
2012-03-23[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis
2012-03-08[libclang] Enhance clang_getOverriddenCursors.Argyrios Kyrtzidis
2012-01-20rename -ccc-host-triple into -targetSebastian Pop
2012-01-13Revert r148138; it's causing test failures.Eli Friedman
2012-01-13rename -ccc-host-triple into -targetSebastian Pop
2011-11-01[libclang] Fix non-darwin buildbots.Argyrios Kyrtzidis
2011-11-01[libclang] For a class extension, give it a unique USR but for any property o...Argyrios Kyrtzidis
2011-10-18[libclang] Since an objc extension semantically continues the interface of th...Argyrios Kyrtzidis
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-10-04Improve location fidelity of objc decls.Argyrios Kyrtzidis
2011-09-26[libclang] Report implicit objc methods for properties when indexing.Argyrios Kyrtzidis
2011-08-25[libclang] Fix getting a cursor that points inside tag definition that is partArgyrios Kyrtzidis
2011-08-17Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis
2011-06-03Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2011-03-06Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara
2011-02-05Don't crash when generating USRs for ObjC methods in protocols.Ted Kremenek
2011-02-04USRs for Objective-C methods use the USR of the @interface as their base, not...Ted Kremenek
2010-12-21Fix a major inconsistency in the representation of Objective-CDouglas Gregor
2010-11-17Fix source-range information for Objective-C properties. Previously,Douglas Gregor
2010-11-01Encapsulate within CXCursor the notion of whether a VarDecl* is the first Dec...Ted Kremenek
2010-08-24USRs for class extensions should "mangle" in the location of the extension. ...Ted Kremenek
2010-07-22Switch USR generation to use file offsets instead of line/columns for anonymo...Ted Kremenek
2010-06-23Add USR tests for ObjC class extensions.Ted Kremenek
2010-05-06Add USR support for C++ namespaces, and unify mangling of location informatio...Ted Kremenek
2010-04-29Add USR support for 'static inline' functions (which can be declared in heade...Ted Kremenek
2010-04-20Fix USRs for 'extern' variables declaration in functions/method bodies.Ted Kremenek