commit | 646f23b80934387d7b0873014bcd1aa6cf28372c | [log] [tgz] |
---|---|---|
author | Samuel Benzaquen <sbenza@google.com> | Tue Aug 12 21:11:37 2014 +0000 |
committer | Samuel Benzaquen <sbenza@google.com> | Tue Aug 12 21:11:37 2014 +0000 |
tree | e43ec14c24a6f747a197aaf63f10493c4c0ea78b | |
parent | 4834ad2609515295a5e4132711b1f8f263500892 [diff] |
Support named values in the autocomplete feature. Summary: This includes: - Passing a Sema to completeExpression to allow for named values in the expression. - Passing a map of names to values to the parser. - Update the Sema interface to include completion for matchers. - Change the parser to use the Sema for completion, instead of going directly to Registry. Reviewers: pcc Subscribers: klimek, cfe-commits Differential Revision: http://reviews.llvm.org/D3509 llvm-svn: 215472