aboutsummaryrefslogtreecommitdiff
path: root/clang-query
AgeCommit message (Expand)Author
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10Remove unnecessary include.Richard Trieu
2019-01-08[Query] NFC: Port QueryParser to StringRefStephen Kelly
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-12-05[clang-query] Continue if compilation command not found for some filesGeorge Karpenkov
2018-10-29[clang-query] Add non-exclusive output APIStephen Kelly
2018-10-24[clang-query] Refactor Output settings to booleansStephen Kelly
2018-10-24[clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly
2018-10-24[clang-query] Re-word command helpStephen Kelly
2018-10-20[clang-query] Add option to print matcher expressionStephen Kelly
2018-10-03[clang-query] Add comment token handlingStephen Kelly
2018-10-03[clang-query] Add single-letter 'q' alias for 'quit'Stephen Kelly
2018-10-01[clang-query] Add missing 'l' command handlingStephen Kelly
2018-10-01[clang-query] Sort command optionsStephen Kelly
2018-08-30Add preload option to clang-queryStephen Kelly
2018-08-30Extract runCommandsInFile methodStephen Kelly
2018-02-26Fix for LLVM r326109David Zarzycki
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai
2017-06-27[NFC] Update to account for DiagnosticRenderer use of FullSourceLocPeter Smith
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang
2016-11-01[clang-query] Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons
2016-06-09Update to match LLVM r272232.Richard Smith
2016-03-17Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko
2016-01-26Remove autoconf supportChris Bieneman
2015-10-20Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie
2015-10-20Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez
2015-09-28Install clang-query by default.Manuel Klimek
2015-08-06Add the "quit" command as a way to terminate clang-query interactive sessions.Aaron Ballman
2015-06-20Add missing dependency clangFrontend to clangQuery.Adrian Prantl
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-02-27Add 'let' to the help message.Samuel Benzaquen
2015-02-25Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl
2015-02-25Adapt clang-tools-extra to clang module format changes.Adrian Prantl
2015-02-21Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl
2015-02-20Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl
2014-08-29Remove call to llvm::makeArrayRef. Implicit conversion is sufficient.Craig Topper
2014-08-27Simplify creation of a couple ArrayRefs by using None and makeArrayRef.Craig Topper
2014-08-12[clang-query] Use the new API for named values from the Parser.Samuel Benzaquen
2014-08-02Use CommonOptionsParser in clang-query. This fixes its support of the fixedAlexander Kornienko
2014-07-16Track clang r213171Alp Toker
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi
2014-07-14[CMake] Update libdeps.NAKAMURA Takumi
2014-06-10Simplify code. No functional change.Craig Topper
2014-06-09[C++11] Use 'nullptr'.Craig Topper
2014-05-21Fix clang-query on Windows: flush llvm::outs() after each command.Manuel Klimek
2014-04-25Slightly less blindly fixing clang-tools-extra now that I remember that the "...David Blaikie
2014-04-25Blindly try to fix the clang-tools-extra build since my local build doesn't a...David Blaikie
2014-04-23QueryParser::doParse(): Fix msc17 build. Don't use initializer list.NAKAMURA Takumi
2014-04-23Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen