summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/c-index-api-loadTU-test.m
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Provide location for attributes and expose 'packed' attribute.Argyrios Kyrtzidis2013-09-251-7/+7
* [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis2013-04-181-1/+1
* Have clang_getSpellingLocation() use the same logic as DiagnosticRenderer for...Ted Kremenek2012-12-181-12/+26
* Introduce a new libclang API to determine the platform availability ofDouglas Gregor2012-05-081-1/+1
* [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis2012-03-231-15/+15
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-2/+2
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-041-6/+6
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Like IBOutletCollection, it only makes sense to apply the IBOutlet annotation...Ted Kremenek2011-09-291-2/+2
* [libclang] Report implicit objc methods for properties when indexing.Argyrios Kyrtzidis2011-09-261-0/+4
* [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis2011-09-121-1/+1
* Mark objc methods that are implicitly declared for properties (not user-decla...Argyrios Kyrtzidis2011-08-171-4/+0
* When creating a property in a class extension, make sure to check itsDouglas Gregor2011-07-151-0/+11
* Fixed source range for StaticAssertDecl and LinkageSpecDecl. Fixed source ran...Abramo Bagnara2011-03-081-1/+1
* Fixed source range for all DeclaratorDecl's.Abramo Bagnara2011-03-081-6/+6
* Fixed TypedefDecl and TemplateTypeParameter source range.Abramo Bagnara2011-03-061-1/+1
* Remove a rogue typoDouglas Gregor2010-10-051-1/+1
* Register the __builtin_va_list_type node when we parse it, rather thanDouglas Gregor2010-10-051-1/+1
* Add libclang support for label statements, gotos, and taking theDouglas Gregor2010-09-101-5/+0
* Add libclang API hook "clang_getIBOutletCollectionType" to query the collecti...Ted Kremenek2010-08-261-2/+7
* Introduce new libclang API functions that determine the availabilityDouglas Gregor2010-08-231-2/+2
* Add test case that was causing an infinite loop when reading PCH files. The t...Douglas Gregor2010-07-141-0/+4
* Add clang support for IBOutletCollection.Ted Kremenek2010-05-191-0/+22
* Re-apply r103581 with updated tests. It turns out we were computing bogus lo...Ted Kremenek2010-05-121-7/+9
* Allow GNU attributes to appear in an Objective-C method declarationTed Kremenek2010-02-181-1/+5
* Change cursor behavior for attributes to have them visited as part of recursingTed Kremenek2010-02-181-1/+1
* Add basic cursor traversal for attributes. We currently don't have sourceTed Kremenek2010-02-181-74/+63
* c-index-test: Unify and always print half-open extents.Daniel Dunbar2010-02-141-60/+60
* c-index-test: Unify syntax for printing extents. Yes, there were 4.Daniel Dunbar2010-02-141-60/+60
* Loosen preconditions for clang_getCursorSpelling(), returning an emptyDouglas Gregor2010-01-251-5/+5
* Move the type specifier location for elaborated-type-specifiers fromDouglas Gregor2010-01-251-1/+1
* Teach CIndex's cursor visitor to restrict its traversal to a specificDouglas Gregor2010-01-221-11/+28
* Teach the cursor visitor to walk all of the C and Objective-CDouglas Gregor2010-01-221-0/+13
* Teach the cursor visitor to walk statements and expressions, includingDouglas Gregor2010-01-211-0/+12
* Teach the cursor visitor to walk into a variety of different TypeLocDouglas Gregor2010-01-211-2/+5
* Introduce type references into the C API, capturing references toDouglas Gregor2010-01-211-0/+1
* Eliminate cursor kinds used to express definitions. Instead, provideDouglas Gregor2010-01-191-12/+12
* Introduce clang_getCursorReferenced, to get a cursor pointing at theDouglas Gregor2010-01-191-6/+6
* Implement clang_getCursorExtent, which provides a source range for theDouglas Gregor2010-01-191-5/+5
* Replace clang_getDeclUSR() with clang_getCursorUSR(). Also remove printing '...Ted Kremenek2010-01-181-28/+28
* Give ObjCClassRef cursors a sane representation, which is encapsulatedDouglas Gregor2010-01-161-3/+3
* Improve location information for Objective-C category declarations. WeDouglas Gregor2010-01-161-1/+1
* Use a sane encoding for CXCursor_ObjCProtocolRef, using the actualDouglas Gregor2010-01-161-2/+2
* Give CXCursor_ObjCSuperClassRef a sane encoding, which is only knownDouglas Gregor2010-01-161-2/+2
* Remove TranslateKind and centralize Decl -> CXCursorKind in GetCursorKind(). ...Ted Kremenek2010-01-161-1/+1
* Change ObjCContainerDecl to contain the entire range for the '@end'Ted Kremenek2010-01-071-11/+12
* Change clang_getDeclExtent() to have the endpoint point to the last character...Ted Kremenek2010-01-061-43/+28
* Add C API hook 'clang_getDeclExtent()', which returns the source extent of a ...Ted Kremenek2010-01-051-30/+29
* 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
OpenPOWER on IntegriCloud