summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/unittests/clang-query
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
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-041-2/+5
* Fix file headers. NFCFangrui Song2019-03-011-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-192-8/+6
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-121-0/+1
* [clang-query] Add non-exclusive output APIStephen Kelly2018-10-292-3/+49
* [clang-query] Refactor Output settings to booleansStephen Kelly2018-10-242-8/+6
* [clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly2018-10-242-4/+10
* [clang-query] Add option to print matcher expressionStephen Kelly2018-10-201-6/+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
* Fix build failure caused by D52157Shuai Wang2018-09-171-1/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* Remove autoconf supportChris Bieneman2016-01-261-24/+0
* Correcting and adding tests for r244206.Aaron Ballman2015-08-061-1/+3
* Add missing dependency clangFrontend to unit test.Adrian Prantl2015-06-201-0/+1
* Add clangBasic to libdeps according to r232051 since the interface of ASTMatc...NAKAMURA Takumi2015-03-131-0/+1
* Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl2015-02-251-3/+2
* Adapt clang-tools-extra to clang module format changes.Adrian Prantl2015-02-251-2/+3
* Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl2015-02-211-3/+3
* Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl2015-02-201-3/+3
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+1
* Remove unnecessary explicit unique_ptr ctors now that buildASTFromCode return...David Blaikie2014-04-251-4/+4
* Slightly less blindly fixing clang-tools-extra now that I remember that the "...David Blaikie2014-04-252-14/+13
* QueryEngineTest.cpp: Appease g++47.NAKAMURA Takumi2014-04-241-1/+1
* ClangQueryTests: Fix msc17 build. Non-static member initializers are unavaila...NAKAMURA Takumi2014-04-242-11/+20
* Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen2014-04-232-40/+112
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-2/+2
* [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
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-101-0/+1
* Introduce clang-query tool.Peter Collingbourne2013-11-084-0/+239
OpenPOWER on IntegriCloud