summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-query/Query.h
Commit message (Expand)AuthorAgeFilesLines
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-271-0/+1
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-261-1/+0
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-0/+1
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-261-1/+0
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-0/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-query] Add non-exclusive output APIStephen Kelly2018-10-291-0/+32
* [clang-query] Refactor Output settings to booleansStephen Kelly2018-10-241-0/+18
* [clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly2018-10-241-1/+1
* [clang-query] Add option to print matcher expressionStephen Kelly2018-10-201-2/+5
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-081-5/+1
* Add the "quit" command as a way to terminate clang-query interactive sessions.Aaron Ballman2015-08-061-0/+9
* Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen2014-04-231-1/+13
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-5/+5
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-1/+1
* Introduce clang-query tool.Peter Collingbourne2013-11-081-0/+119
OpenPOWER on IntegriCloud