summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/complete-hiding.c
Commit message (Collapse)AuthorAgeFilesLines
* Tweak code-completion result priorities, so that exact and similarDouglas Gregor2010-10-191-2/+2
| | | | | | | | | type matches have a bigger impact. The impetus for this change was that, when initializing an enumeration value, we want enumerators of that enumeration type to have a higher priority than, e.g., unrelated local variables. llvm-svn: 116774
* Code completion has no reason to prefer values over types, especiallyDouglas Gregor2010-09-201-3/+3
| | | | | | | | at the statement level or in Objective-C message receivers. Therefore, just give types and declarations the same basic priority, and adjust from there. llvm-svn: 114374
* Swap the priorities of constants and types, so that we prefer types.Douglas Gregor2010-09-161-3/+3
| | | | llvm-svn: 114086
* Use temporary files for this test, to see if we can flush out an ↵Douglas Gregor2010-09-091-3/+6
| | | | | | inexplicable error on Windows llvm-svn: 113493
* In code-completion contexts where both types and other values areDouglas Gregor2010-08-241-3/+3
| | | | | | | | | present, prefer values to types, since it's more common to compute with values than it is to declare new entities or perform type casts. So, tweak the ranking of types vs. other declarations and constants accordingly. llvm-svn: 111998
* Implement name hiding of cached global code-completion results.Douglas Gregor2010-08-161-0/+29
llvm-svn: 111184
OpenPOWER on IntegriCloud