summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-query/tool/ClangQuery.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-271-4/+7
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-261-7/+4
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-4/+7
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-261-7/+4
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-261-4/+7
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+1
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-1/+2
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [clang-query] Continue if compilation command not found for some filesGeorge Karpenkov2018-12-051-2/+13
* Add preload option to clang-queryStephen Kelly2018-08-301-0/+15
* Extract runCommandsInFile methodStephen Kelly2018-08-301-12/+19
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-141-6/+2
* [clang-query] Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons2016-11-011-2/+2
* Update to match LLVM r272232.Richard Smith2016-06-091-1/+1
* Add the "quit" command as a way to terminate clang-query interactive sessions.Aaron Ballman2015-08-061-0/+2
* Use CommonOptionsParser in clang-query. This fixes its support of the fixedAlexander Kornienko2014-08-021-26/+11
* 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 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-081-0/+158
OpenPOWER on IntegriCloud