Commits

Ben Langmuir committed d16e4b04676
[CodeCompletion] Add rudimentary support for configuring allowable completions On a per-request basis. Allows hiding/showing at multiple granularities * everything * module * API by name * keywords (by uid or all of them) * literals (by uid or all of them) With more specific rules overriding less specific ones (so you can hide everything and then selectively show certain API for example). rdar://24170060