summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-query/QueryParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix for LLVM r326109David Zarzycki2018-02-261-30/+24
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-3/+1
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-12/+6
* Add the "quit" command as a way to terminate clang-query interactive sessions.Aaron Ballman2015-08-061-0/+5
* [clang-query] Use the new API for named values from the Parser.Samuel Benzaquen2014-08-121-18/+5
* QueryParser::doParse(): Fix msc17 build. Don't use initializer list.NAKAMURA Takumi2014-04-231-1/+1
* Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen2014-04-231-27/+83
* [cleanup] Re-sort headers with llvm/utils/sort_includes.py.Chandler Carruth2014-03-041-1/+0
* Add completion to the query parser, and hook it up to clang-query.Peter Collingbourne2014-02-011-38/+110
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-2/+2
* Silence GCC warning.Peter Collingbourne2013-11-081-0/+2
* Introduce clang-query tool.Peter Collingbourne2013-11-081-0/+165
OpenPOWER on IntegriCloud