summaryrefslogtreecommitdiffstats
path: root/unittests/clang-query
Commit message (Expand)AuthorAgeFilesLines
* [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