summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-query/QueryParser.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix newline handling in clang-query parserStephen Kelly2019-12-291-1/+1
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-271-12/+42
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-261-42/+12
* Fix -Wunused-lambda-capture warnings.Eric Christopher2019-12-261-1/+1
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-12/+42
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-261-42/+12
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-12/+42
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [Query] NFC: Port QueryParser to StringRefStephen Kelly2019-01-081-26/+17
* [clang-query] Add non-exclusive output APIStephen Kelly2018-10-291-6/+32
* [clang-query] Refactor Output settings to booleansStephen Kelly2018-10-241-1/+11
* [clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly2018-10-241-3/+5
* [clang-query] Add option to print matcher expressionStephen Kelly2018-10-201-8/+18
* [clang-query] Add comment token handlingStephen Kelly2018-10-031-0/+8
* [clang-query] Add single-letter 'q' alias for 'quit'Stephen Kelly2018-10-031-0/+1
* [clang-query] Add missing 'l' command handlingStephen Kelly2018-10-011-0/+1
* [clang-query] Sort command optionsStephen Kelly2018-10-011-2/+2
* 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