summaryrefslogtreecommitdiffstats
path: root/clang-query
Commit message (Expand)AuthorAgeFilesLines
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-0/+1
* [NFC] Update to account for DiagnosticRenderer use of FullSourceLocPeter Smith2017-06-271-4/+4
* modernize-use-auto NFC fixesPiotr Padlewski2016-12-143-15/+6
* [clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang2016-11-084-25/+13
* [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
* Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko2016-03-171-2/+2
* Remove autoconf supportChris Bieneman2016-01-262-55/+0
* Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie2015-10-201-1/+1
* Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez2015-10-201-1/+1
* 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-065-2/+26
* Add missing dependency clangFrontend to clangQuery.Adrian Prantl2015-06-201-0/+1
* Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko2015-04-111-1/+1
* Add 'let' to the help message.Samuel Benzaquen2015-02-271-4/+8
* 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
* Remove call to llvm::makeArrayRef. Implicit conversion is sufficient.Craig Topper2014-08-291-1/+1
* Simplify creation of a couple ArrayRefs by using None and makeArrayRef.Craig Topper2014-08-271-2/+2
* [clang-query] Use the new API for named values from the Parser.Samuel Benzaquen2014-08-121-18/+5
* 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
* Simplify code. No functional change.Craig Topper2014-06-101-1/+1
* [C++11] Use 'nullptr'.Craig Topper2014-06-091-2/+2
* Fix clang-query on Windows: flush llvm::outs() after each command.Manuel Klimek2014-05-211-0/+1
* Slightly less blindly fixing clang-tools-extra now that I remember that the "...David Blaikie2014-04-251-4/+1
* Blindly try to fix the clang-tools-extra build since my local build doesn't a...David Blaikie2014-04-252-5/+3
* QueryParser::doParse(): Fix msc17 build. Don't use initializer list.NAKAMURA Takumi2014-04-231-1/+1
* Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen2014-04-236-38/+125
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-3/+2
* [cleanup] Re-sort headers with llvm/utils/sort_includes.py.Chandler Carruth2014-03-042-3/+1
* Documentation comments: fix incorrect usage of \paramDmitri Gribenko2014-03-021-4/+4
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-5/+5
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+2
* Add a makefile for clang-query. Patch by Alex Horn!Peter Collingbourne2014-02-183-10/+48
* Add completion to the query parser, and hook it up to clang-query.Peter Collingbourne2014-02-013-46/+160
* Switch clang-query to use the lineeditor library.Peter Collingbourne2014-02-012-29/+6
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-074-8/+6
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-101-0/+4
* Revert r194247 conditional on non-MSVC.Peter Collingbourne2013-11-081-0/+5
* clang-query: Unbreak msvc.NAKAMURA Takumi2013-11-081-3/+0
* Silence GCC warning.Peter Collingbourne2013-11-081-0/+2
* Introduce clang-query tool.Peter Collingbourne2013-11-089-0/+674