aboutsummaryrefslogtreecommitdiff
path: root/test/Index/TestClassDecl.m
AgeCommit message (Expand)Author
2012-01-24[libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl"Argyrios Kyrtzidis
2011-12-27Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor
2011-12-15Keep track of all declarations of an Objective-C class (both forwardDouglas Gregor
2011-10-05Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2010-11-17When comparing the source range of a declaration against the region ofDouglas Gregor
2010-09-13Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor
2010-08-13Implement clang_saveTranslationUnit(), which saves a translation unitDouglas Gregor
2010-08-11Speculatively revert r110610 " Make ObjCInterfaceDecl redeclarable,Douglas Gregor
2010-08-09- Make ObjCInterfaceDecl redeclarable, and create separate decl nodes for for...Sebastian Redl
2010-02-14c-index-test: Unify and always print half-open extents.Daniel Dunbar
2010-02-14c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar
2010-01-25Loosen preconditions for clang_getCursorSpelling(), returning an emptyDouglas Gregor
2010-01-22Teach CIndex's cursor visitor to restrict its traversal to a specificDouglas Gregor
2010-01-19Extend the CIndex API with direct support for expressions andDouglas Gregor
2010-01-19Introduce the notion of an "unexposed" declaration into the CIndexDouglas Gregor
2010-01-19Eliminate cursor kinds used to express definitions. Instead, provideDouglas Gregor
2010-01-19Introduce clang_getCursorReferenced, to get a cursor pointing at theDouglas Gregor
2010-01-18Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '...Ted Kremenek
2010-01-16Give ObjCClassRef cursors a sane representation, which is encapsulatedDouglas Gregor
2010-01-16Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ...Ted Kremenek
2010-01-07Change ObjCContainerDecl to contain the entire range for the '@end'Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian
2009-11-18Update test to stop scanning things in the predefines buffer, this isn't addingDaniel Dunbar
2009-11-18Update index tests for r89203.Benjamin Kramer
2009-11-18Add special clang_getCursor() support for @class. Handles <rdar://problem/73...Ted Kremenek