summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-query
Commit message (Expand)AuthorAgeFilesLines
* Fix newline handling in clang-query parserStephen Kelly2019-12-291-1/+1
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-274-19/+68
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-264-68/+19
* Fix -Wunused-lambda-capture warnings.Eric Christopher2019-12-261-1/+1
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-264-19/+68
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-264-68/+19
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-264-19/+68
* Use ASTDumper to dump the AST from clang-queryStephen Kelly2019-12-061-1/+6
* 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
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+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-196-24/+18
* Remove unnecessary include.Richard Trieu2019-01-101-1/+0
* [Query] NFC: Port QueryParser to StringRefStephen Kelly2019-01-082-29/+19
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-122-0/+2
* [clang-query] Continue if compilation command not found for some filesGeorge Karpenkov2018-12-051-2/+13
* [clang-query] Add non-exclusive output APIStephen Kelly2018-10-294-7/+69
* [clang-query] Refactor Output settings to booleansStephen Kelly2018-10-244-11/+39
* [clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly2018-10-243-6/+10
* [clang-query] Re-word command helpStephen Kelly2018-10-241-5/+11
* [clang-query] Add option to print matcher expressionStephen Kelly2018-10-204-11/+34
* [clang-query] Add comment token handlingStephen Kelly2018-10-031-0/+8
* [clang-query] Add single-letter 'q' alias for 'quit'Stephen Kelly2018-10-032-1/+2
* [clang-query] Add missing 'l' command handlingStephen Kelly2018-10-011-0/+1
* [clang-query] Sort command optionsStephen Kelly2018-10-011-2/+2
* Add preload option to clang-queryStephen Kelly2018-08-301-0/+15
* Extract runCommandsInFile methodStephen Kelly2018-08-301-12/+19
* Fix for LLVM r326109David Zarzycki2018-02-262-31/+24
* [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
OpenPOWER on IntegriCloud