summaryrefslogtreecommitdiffstats
path: root/test/Index/TestClassForwardDecl.m
Commit message (Expand)AuthorAgeFilesLines
* [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl"Argyrios Kyrtzidis2012-01-241-1/+1
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-1/+1
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* When comparing the source range of a declaration against the region ofDouglas Gregor2010-11-171-2/+2
* Introduce a new kind of cursor into libclang, which covers a referenceDouglas Gregor2010-09-131-1/+1
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-9/+9
* c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar2010-02-141-9/+9
* Loosen preconditions for clang_getCursorSpelling(), returning an emptyDouglas Gregor2010-01-251-1/+1
* Teach CIndex's cursor visitor to restrict its traversal to a specificDouglas Gregor2010-01-221-8/+3
* Extend the CIndex API with direct support for expressions andDouglas Gregor2010-01-191-1/+1
* Introduce the notion of an "unexposed" declaration into the CIndexDouglas Gregor2010-01-191-1/+1
* Eliminate cursor kinds used to express definitions. Instead, provideDouglas Gregor2010-01-191-6/+6
* Introduce clang_getCursorReferenced, to get a cursor pointing at theDouglas Gregor2010-01-191-2/+2
* Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '...Ted Kremenek2010-01-181-2/+2
* Give ObjCClassRef cursors a sane representation, which is encapsulatedDouglas Gregor2010-01-161-1/+1
* Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ...Ted Kremenek2010-01-161-6/+6
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-1/+1
* Update test to stop scanning things in the predefines buffer, this isn't addingDaniel Dunbar2009-11-181-14/+14
* Update index tests for r89203.Benjamin Kramer2009-11-181-7/+7
* Add special clang_getCursor() support for @class. Handles <rdar://problem/73...Ted Kremenek2009-11-181-0/+46