aboutsummaryrefslogtreecommitdiff
path: root/test/Index/local-symbols.m
AgeCommit message (Expand)Author
2012-03-23[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis
2012-03-08[libclang] Enhance clang_getOverriddenCursors.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-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2010-10-01Extend libclang with an API that determines, given a C++ virtualDouglas Gregor
2010-09-01Split ObjCInterfaceDecl::ReferencedProtocols into two lists: ReferencedProtoc...Ted Kremenek
2010-05-03Workaround: Don't add ObjCMethodDecls to the vector of TopLevelDecls since th...Ted Kremenek