Add completion to the query parser, and hook it up to clang-query.
authorPeter Collingbourne <peter@pcc.me.uk>
Sat, 1 Feb 2014 01:42:46 +0000 (01:42 +0000)
committerPeter Collingbourne <peter@pcc.me.uk>
Sat, 1 Feb 2014 01:42:46 +0000 (01:42 +0000)
commitd9a0f254bcd7e550bd504358fcda7a8e5b9906b3
treef5ade30942fa795900b328c42bcaa679530417fe
parentc31176da0265ee3b47c76e3a6af8273d5dd26561
Add completion to the query parser, and hook it up to clang-query.

Differential Revision: http://llvm-reviews.chandlerc.com/D2263

llvm-svn: 200604
clang-tools-extra/clang-query/QueryParser.cpp
clang-tools-extra/clang-query/QueryParser.h
clang-tools-extra/clang-query/tool/ClangQuery.cpp
clang-tools-extra/unittests/clang-query/QueryParserTest.cpp