summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/TestClassForwardDecl.m
Commit message (Expand)AuthorAgeFilesLines
* [test] Attempt a change to see if it fixes the test for the windows bot.Argyrios Kyrtzidis2015-08-051-1/+1
* [test/Index] Update libclang tests to use libclang for creating PCH files.Argyrios Kyrtzidis2015-08-051-1/+1
* Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl2015-07-081-1/+1
* Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl2015-07-071-1/+1
* Wrap clang modules and pch files in an object file container.Adrian Prantl2015-07-071-1/+1
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-1/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-1/+1
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-2/+2
* [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
OpenPOWER on IntegriCloud