summaryrefslogtreecommitdiff
path: root/test/Index/c-index-api-loadTU-test.m
AgeCommit message (Expand)Author
2016-05-31Indexer: add CXObjCPropertyAttr_class for class properties.Manman Ren
2015-08-05[test] Fix tests in non-darwin bots.Argyrios Kyrtzidis
2015-08-05[test/Index] Update libclang tests to use libclang for creating PCH files.Argyrios Kyrtzidis
2015-07-08Revert "Revert r241620 and follow-up commits" and move the initializationAdrian Prantl
2015-07-07Revert r241620 and follow-up commits while investigating linux buildbot failu...Adrian Prantl
2015-07-07Wrap clang modules and pch files in an object file container.Adrian Prantl
2015-02-25Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl
2015-02-25Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl
2013-09-25[libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis
2012-12-18Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for...Ted Kremenek
2012-05-08Introduce a new libclang API to determine the platform availability ofDouglas Gregor
2012-03-23[libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...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-10-02Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall
2011-09-29Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation...Ted Kremenek
2011-09-26[libclang] Report implicit objc methods for properties when indexing.Argyrios Kyrtzidis
2011-09-12[libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis
2011-08-17Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis
2011-07-15When creating a property in a class extension, make sure to check itsDouglas Gregor
2011-03-08Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara
2011-03-08Fixed source range for all DeclaratorDecl's.Abramo Bagnara
2011-03-06Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara
2010-10-05Remove a rogue typoDouglas Gregor
2010-10-05Register the __builtin_va_list_type node when we parse it, rather thanDouglas Gregor
2010-09-10Add libclang support for label statements, gotos, and taking theDouglas Gregor
2010-08-26Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek
2010-08-23Introduce new libclang API functions that determine the availabilityDouglas Gregor
2010-07-14Add test case that was causing an infinite loop when reading PCH files. The t...Douglas Gregor
2010-05-19Add clang support for IBOutletCollection.Ted Kremenek
2010-05-12Re-apply r103581 with updated tests. It turns out we were computing bogus lo...Ted Kremenek
2010-02-18Allow GNU attributes to appear in an Objective-C method declarationTed Kremenek
2010-02-18Change cursor behavior for attributes to have them visited as part of recursingTed Kremenek
2010-02-18Add basic cursor traversal for attributes. We currently don't have sourceTed Kremenek
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-25Move the type specifier location for elaborated-type-specifiers fromDouglas Gregor
2010-01-22Teach CIndex's cursor visitor to restrict its traversal to a specificDouglas Gregor
2010-01-22Teach the cursor visitor to walk all of the C and Objective-CDouglas Gregor
2010-01-21Teach the cursor visitor to walk statements and expressions, includingDouglas Gregor
2010-01-21Teach the cursor visitor to walk into a variety of different TypeLocDouglas Gregor
2010-01-21Introduce type references into the C API, capturing references toDouglas 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-19Implement clang_getCursorExtent, which provides a source range for 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-16Improve location information for Objective-C category declarations. WeDouglas Gregor