summaryrefslogtreecommitdiffstats
path: root/test/Index/complete-hiding.c
Commit message (Expand)AuthorAgeFilesLines
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-2/+2
* Code completion has no reason to prefer values over types, especiallyDouglas Gregor2010-09-201-3/+3
* Swap the priorities of constants and types, so that we prefer types.Douglas Gregor2010-09-161-3/+3
* Use temporary files for this test, to see if we can flush out an inexplicable...Douglas Gregor2010-09-091-3/+6
* In code-completion contexts where both types and other values areDouglas Gregor2010-08-241-3/+3
* Implement name hiding of cached global code-completion results.Douglas Gregor2010-08-161-0/+29