summaryrefslogtreecommitdiffstats
path: root/test/Index/annotate-tokens.m
Commit message (Expand)AuthorAgeFilesLines
* 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