aboutsummaryrefslogtreecommitdiff
path: root/clang-query/Query.cpp
AgeCommit message (Expand)Author
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 single-letter 'q' alias for 'quit'Stephen Kelly
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
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-08-06Add the "quit" command as a way to terminate clang-query interactive sessions.Aaron Ballman
2015-04-11Use 'override/final' instead of 'virtual' for overridden methodsAlexander Kornienko
2015-02-27Add 'let' to the help message.Samuel Benzaquen
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-04-25Slightly less blindly fixing clang-tools-extra now that I remember that the "...David Blaikie
2014-04-23Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen
2013-11-08Revert r194247 conditional on non-MSVC.Peter Collingbourne
2013-11-08clang-query: Unbreak msvc.NAKAMURA Takumi
2013-11-08Introduce clang-query tool.Peter Collingbourne