summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-query/tool
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-071-1/+1
* [clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata2023-01-071-0/+1
* [cte][NFC] Remove all references to stdlib stream headers.Nathan James2021-03-021-8/+7
* Add a --use-color option to clang-query to allow forcing the behaviorTom Ritter2021-01-251-0/+21
* [clang-query][NFC] Silence a few lint warningsNathan James2020-08-281-10/+12
* clang-tidy and clang-query wont crash with invalid command line optionsNathan James2020-05-311-3/+11
* Revert "clang-tidy and clang-query wont crash with invalid command line options"Nathan James2020-05-311-11/+3
* clang-tidy and clang-query wont crash with invalid command line optionsNathan James2020-05-311-3/+11
* 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
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-041-2/+5
* [clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny2019-10-041-3/+1
* gn build: Add build files for some clang-tools-extraNico Weber2019-03-201-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-121-0/+1
* [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
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* 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
* 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