summaryrefslogtreecommitdiffstats
path: root/unittests/clang-query/QueryEngineTest.cpp
Commit message (Expand)AuthorAgeFilesLines
* Fix file headers. NFCFangrui Song2019-03-011-1/+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/+13
* [clang-query] Refactor Output settings to booleansStephen Kelly2018-10-241-2/+2
* [clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly2018-10-241-1/+2
* [clang-query] Add option to print matcher expressionStephen Kelly2018-10-201-6/+8
* Fix build failure caused by D52157Shuai Wang2018-09-171-1/+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-251-13/+12
* QueryEngineTest.cpp: Appease g++47.NAKAMURA Takumi2014-04-241-1/+1
* ClangQueryTests: Fix msc17 build. Non-static member initializers are unavaila...NAKAMURA Takumi2014-04-241-9/+18
* Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen2014-04-231-10/+38
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-2/+2
* Introduce clang-query tool.Peter Collingbourne2013-11-081-0/+110