summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-tokens.m
Commit message (Expand)AuthorAgeFilesLines
* [libclang] When annotating tokens, don't override a property annotation with ...Argyrios Kyrtzidis2013-06-041-0/+22
* [libclang] Introduce a CXCursor_ObjCSelfExpr cursor, which is the equivalent ...Argyrios Kyrtzidis2013-04-231-5/+5
* [libclang] Make token annotation of type/storage qualifiers accurate.Argyrios Kyrtzidis2013-01-071-1/+1
* [libclang] For a CXCursor_ObjCInstanceMethodDecl/CXCursor_ObjCClassMethodDecl...Argyrios Kyrtzidis2012-03-231-97/+97
* [libclang] Enhance clang_getOverriddenCursors.Argyrios Kyrtzidis2012-03-081-1/+1
* [libclang] In clang::getCursorKindForDecl() don't return "UnexposedDecl"Argyrios Kyrtzidis2012-01-241-2/+2
* rename -ccc-host-triple into -targetSebastian Pop2012-01-201-1/+1
* Revert r148138; it's causing test failures.Eli Friedman2012-01-131-1/+1
* rename -ccc-host-triple into -targetSebastian Pop2012-01-131-1/+1
* Eliminate ObjCClassDecl, which is redundant now that ObjCInterfaceDeclDouglas Gregor2011-12-271-2/+2
* Expose more statement, expression, and declaration kinds in libclang,Douglas Gregor2011-10-051-62/+62
* Improve location fidelity of objc decls.Argyrios Kyrtzidis2011-10-041-28/+28
* [libclang] For getDeclFromExpr in CIndex.cpp, associate the decl ofArgyrios Kyrtzidis2011-09-121-6/+6
* Fix tests for non-darwin hosts.Argyrios Kyrtzidis2011-08-151-1/+1
* Fix the buildbot test.Argyrios Kyrtzidis2011-08-151-1/+1
* [libclang] Handle AttributedTypeLoc for cursor visitation. Fixes rdar://9535717.Argyrios Kyrtzidis2011-08-151-0/+13
* Update all of the libclang code corresponding to the preprocessorChandler Carruth2011-07-141-6/+6
* Update Indexer test for new 'atomic' keyword.Fariborz Jahanian2011-06-131-2/+14
* Expose @synthesize and @dynamic via their own cursor kinds inDouglas Gregor2011-06-031-4/+4
* Teach libclang's token-annotation logic about context-sensitiveDouglas Gregor2011-03-081-15/+16
* Fix test to be platform-agnosticDouglas Gregor2010-12-211-1/+1
* Fix a major inconsistency in the representation of Objective-CDouglas Gregor2010-12-211-11/+40
* Implement BlockDecl::getSourceRange(). The bogus source-rangeDouglas Gregor2010-12-211-0/+34
* For an Objective-C @synthesize statement, e.g.,Douglas Gregor2010-11-171-1/+6
* Fix source-range information for Objective-C properties. Previously,Douglas Gregor2010-11-171-5/+38
* Hack to workaround deficiency in ObjC ASTs. Functions and variables may be d...Ted Kremenek2010-11-021-1/+51
* Improve the implementation of libclang's token-annotation logic forDouglas Gregor2010-10-211-1/+1
* Teach clang_getCursorReferenced() about Objective-C property referenceDouglas Gregor2010-10-011-3/+51
* Fix RUN line in test.Ted Kremenek2010-08-251-1/+1
* When annotating tokens, don't fallback to annotating with a null cursor for c...Ted Kremenek2010-08-251-4/+102
* Revert "Move macro definitions for IBOutlet and IBAction into the sourceDaniel Dunbar2010-05-121-113/+110
* Move macro definitions for IBOutlet and IBAction into the source code. This ...Ted Kremenek2010-05-121-110/+113
* Yes another annotate-tokens tweak.Daniel Dunbar2010-05-121-1/+1
* Increase test portability.Daniel Dunbar2010-05-121-1/+1
* Make test case invariant to macro definition location.Ted Kremenek2010-05-121-3/+3
* Re-apply r103581 with updated tests. It turns out we were computing bogus lo...Ted Kremenek2010-05-121-1/+141
* Temporarily revert r103581 so I can fix the failing tests.Ted Kremenek2010-05-121-141/+1
* Correctly check if a cursor is a declaration before returning its location/ra...Ted Kremenek2010-05-121-1/+141
* Adjust clang_annotateTokens() to correctly account for the TypeSourceInfo for...Ted Kremenek2010-05-121-1/+55
* Rework clang_annotateTokens() to annotate tokens with information that more c...Ted Kremenek2010-05-051-38/+38
* Keep proper source location information for the type in an Objective-CDouglas Gregor2010-04-201-4/+14
* Improve Objective-C token-annotation testDouglas Gregor2010-03-091-1/+28
* Add an Objective-C test for token annotationDouglas Gregor2010-03-091-0/+22
OpenPOWER on IntegriCloud