aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-query
AgeCommit message (Expand)AuthorFilesLines
2019-03-20gn build: Add build files for some clang-tools-extraNico Weber1-1/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth6-24/+18
2019-01-10Remove unnecessary include.Richard Trieu1-1/+0
2019-01-08[Query] NFC: Port QueryParser to StringRefStephen Kelly2-29/+19
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song2-0/+2
2018-12-05[clang-query] Continue if compilation command not found for some filesGeorge Karpenkov1-2/+13
2018-10-29[clang-query] Add non-exclusive output APIStephen Kelly4-7/+69
2018-10-24[clang-query] Refactor Output settings to booleansStephen Kelly4-11/+39
2018-10-24[clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly3-6/+10
2018-10-24[clang-query] Re-word command helpStephen Kelly1-5/+11
2018-10-20[clang-query] Add option to print matcher expressionStephen Kelly4-11/+34
2018-10-03[clang-query] Add comment token handlingStephen Kelly1-0/+8
2018-10-03[clang-query] Add single-letter 'q' alias for 'quit'Stephen Kelly2-1/+2
2018-10-01[clang-query] Add missing 'l' command handlingStephen Kelly1-0/+1
2018-10-01[clang-query] Sort command optionsStephen Kelly1-2/+2
2018-08-30Add preload option to clang-queryStephen Kelly1-0/+15
2018-08-30Extract runCommandsInFile methodStephen Kelly1-12/+19
2018-02-26Fix for LLVM r326109David Zarzycki2-31/+24
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2017-06-27[NFC] Update to account for DiagnosticRenderer use of FullSourceLocPeter Smith1-4/+4
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski3-15/+6
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang4-25/+13
2016-11-01[clang-query] Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-2/+2
2016-06-09Update to match LLVM r272232.Richard Smith1-1/+1
2016-03-17Fix Clang-tidy modernize-deprecated-headers warnings; other minor fixes.Eugene Zelenko1-2/+2
2016-01-26Remove autoconf supportChris Bieneman2-55/+0
2015-10-20Revert "Apply modernize-use-default to clang-tools-extra."David Blaikie1-1/+1
2015-10-20Apply modernize-use-default to clang-tools-extra.Angel Garcia Gomez1-1/+1
2015-09-28Install clang-query by default.Manuel Klimek1-0/+2
2015-08-06Add the "quit" command as a way to terminate clang-query interactive sessions.Aaron Ballman5-2/+26
2015-06-20Add missing dependency clangFrontend to clangQuery.Adrian Prantl1-0/+1
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko1-1/+1
2015-02-27Add 'let' to the help message.Samuel Benzaquen1-4/+8
2015-02-25Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl1-3/+2
2015-02-25Adapt clang-tools-extra to clang module format changes.Adrian Prantl1-2/+3
2015-02-21Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl1-4/+2
2015-02-20Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl1-2/+4
2014-08-29Remove call to llvm::makeArrayRef. Implicit conversion is sufficient.Craig Topper1-1/+1
2014-08-27Simplify creation of a couple ArrayRefs by using None and makeArrayRef.Craig Topper1-2/+2
2014-08-12[clang-query] Use the new API for named values from the Parser.Samuel Benzaquen1-18/+5
2014-08-02Use CommonOptionsParser in clang-query. This fixes its support of the fixedAlexander Kornienko1-26/+11
2014-07-16Track clang r213171Alp Toker1-1/+1
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi1-1/+0
2014-07-14[CMake] Update libdeps.NAKAMURA Takumi1-0/+4
2014-06-10Simplify code. No functional change.Craig Topper1-1/+1
2014-06-09[C++11] Use 'nullptr'.Craig Topper1-2/+2
2014-05-21Fix clang-query on Windows: flush llvm::outs() after each command.Manuel Klimek1-0/+1
2014-04-25Slightly less blindly fixing clang-tools-extra now that I remember that the "...David Blaikie1-4/+1
2014-04-25Blindly try to fix the clang-tools-extra build since my local build doesn't a...David Blaikie2-5/+3
2014-04-23QueryParser::doParse(): Fix msc17 build. Don't use initializer list.NAKAMURA Takumi1-1/+1