summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-query/tool
Commit message (Expand)AuthorAgeFilesLines
* Remove autoconf supportChris Bieneman2016-01-261-39/+0
* Install clang-query by default.Manuel Klimek2015-09-281-0/+2
* Add the "quit" command as a way to terminate clang-query interactive sessions.Aaron Ballman2015-08-061-0/+2
* Add missing dependency clangFrontend to clangQuery.Adrian Prantl2015-06-201-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-4/+2
* Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl2015-02-201-2/+4
* Use CommonOptionsParser in clang-query. This fixes its support of the fixedAlexander Kornienko2014-08-021-26/+11
* Track clang r213171Alp Toker2014-07-161-1/+1
* Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi2014-07-151-1/+0
* [CMake] Update libdeps.NAKAMURA Takumi2014-07-141-0/+4
* Fix clang-query on Windows: flush llvm::outs() after each command.Manuel Klimek2014-05-211-0/+1
* Blindly try to fix the clang-tools-extra build since my local build doesn't a...David Blaikie2014-04-251-3/+1
* Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen2014-04-231-4/+6
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-3/+2
* Add a makefile for clang-query. Patch by Alex Horn!Peter Collingbourne2014-02-182-10/+46
* Add completion to the query parser, and hook it up to clang-query.Peter Collingbourne2014-02-011-3/+4
* Switch clang-query to use the lineeditor library.Peter Collingbourne2014-02-011-28/+4
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-071-4/+2
* Introduce clang-query tool.Peter Collingbourne2013-11-082-0/+169
OpenPOWER on IntegriCloud