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