summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-query/QueryParserTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix formatting in previous commitsStephen Kelly2019-12-291-6/+10
* Fix use of named values surrounded by newlines in clang-queryStephen Kelly2019-12-291-0/+19
* Fix newline handling in clang-query parserStephen Kelly2019-12-291-0/+8
* Fix handling of newlines in clang-queryStephen Kelly2019-12-291-0/+18
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-271-0/+101
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-261-101/+0
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-0/+101
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-261-101/+0
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-0/+101
* 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-3/+36
* [clang-query] Refactor Output settings to booleansStephen Kelly2018-10-241-6/+4
* [clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly2018-10-241-3/+8
* [clang-query] Add comment token handlingStephen Kelly2018-10-031-0/+11
* [clang-query] Add single-letter 'q' alias for 'quit'Stephen Kelly2018-10-031-0/+3
* Sort expected test output after previous commitStephen Kelly2018-10-011-6/+6
* [clang-query] Test non-code-completion on single letter shortcutsStephen Kelly2018-10-011-0/+10
* [clang-query] Add missing quit testStephen Kelly2018-10-011-0/+9
* [clang-query] Add missing 'l' command handlingStephen Kelly2018-10-011-0/+6
* Correcting and adding tests for r244206.Aaron Ballman2015-08-061-1/+3
* Slightly less blindly fixing clang-tools-extra now that I remember that the "...David Blaikie2014-04-251-1/+1
* ClangQueryTests: Fix msc17 build. Non-static member initializers are unavaila...NAKAMURA Takumi2014-04-241-2/+2
* Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen2014-04-231-30/+74
* [cleanup] Re-sort headers with llvm/utils/sort_includes.py.Chandler Carruth2014-03-041-1/+1
* Add completion to the query parser, and hook it up to clang-query.Peter Collingbourne2014-02-011-16/+41
* Introduce clang-query tool.Peter Collingbourne2013-11-081-0/+87
OpenPOWER on IntegriCloud