| Commit message (Expand) | Author | Age | Files | Lines |
| * | Allow newlines in AST Matchers in clang-query files | Stephen Kelly | 2019-12-27 | 1 | -3/+18 |
| * | Revert "Allow newlines in AST Matchers in clang-query files" + 1 | Evgenii Stepanov | 2019-12-26 | 1 | -18/+3 |
| * | Allow newlines in AST Matchers in clang-query files | Stephen Kelly | 2019-12-26 | 1 | -3/+18 |
| * | Revert "Allow newlines in AST Matchers in clang-query files" | Stephen Kelly | 2019-12-26 | 1 | -18/+3 |
| * | Allow newlines in AST Matchers in clang-query files | Stephen Kelly | 2019-12-26 | 1 | -3/+18 |
| * | Use ASTDumper to dump the AST from clang-query | Stephen Kelly | 2019-12-06 | 1 | -1/+6 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [clang-query] Add non-exclusive output API | Stephen Kelly | 2018-10-29 | 1 | -0/+4 |
| * | [clang-query] Refactor Output settings to booleans | Stephen Kelly | 2018-10-24 | 1 | -8/+3 |
| * | [clang-query] Add 'detailed-ast' output as an alias for 'dump' | Stephen Kelly | 2018-10-24 | 1 | -2/+4 |
| * | [clang-query] Re-word command help | Stephen Kelly | 2018-10-24 | 1 | -5/+11 |
| * | [clang-query] Add option to print matcher expression | Stephen Kelly | 2018-10-20 | 1 | -0/+8 |
| * | [clang-query] Add single-letter 'q' alias for 'quit' | Stephen Kelly | 2018-10-03 | 1 | -1/+1 |
| * | [NFC] Update to account for DiagnosticRenderer use of FullSourceLoc | Peter Smith | 2017-06-27 | 1 | -4/+4 |
| * | modernize-use-auto NFC fixes | Piotr Padlewski | 2016-12-14 | 1 | -6/+3 |
| * | [clang-tools-extra] Format sources with clang-format. NFC. | Mandeep Singh Grang | 2016-11-08 | 1 | -6/+5 |
| * | Revert "Apply modernize-use-default to clang-tools-extra." | David Blaikie | 2015-10-20 | 1 | -1/+1 |
| * | Apply modernize-use-default to clang-tools-extra. | Angel Garcia Gomez | 2015-10-20 | 1 | -1/+1 |
| * | Add the "quit" command as a way to terminate clang-query interactive sessions. | Aaron Ballman | 2015-08-06 | 1 | -1/+8 |
| * | Use 'override/final' instead of 'virtual' for overridden methods | Alexander Kornienko | 2015-04-11 | 1 | -1/+1 |
| * | Add 'let' to the help message. | Samuel Benzaquen | 2015-02-27 | 1 | -4/+8 |
| * | Remove call to llvm::makeArrayRef. Implicit conversion is sufficient. | Craig Topper | 2014-08-29 | 1 | -1/+1 |
| * | Simplify creation of a couple ArrayRefs by using None and makeArrayRef. | Craig Topper | 2014-08-27 | 1 | -2/+2 |
| * | Slightly less blindly fixing clang-tools-extra now that I remember that the "... | David Blaikie | 2014-04-25 | 1 | -4/+1 |
| * | Add new 'let' command to bind arbitrary values into constants. | Samuel Benzaquen | 2014-04-23 | 1 | -1/+10 |
| * | Revert r194247 conditional on non-MSVC. | Peter Collingbourne | 2013-11-08 | 1 | -0/+5 |
| * | clang-query: Unbreak msvc. | NAKAMURA Takumi | 2013-11-08 | 1 | -3/+0 |
| * | Introduce clang-query tool. | Peter Collingbourne | 2013-11-08 | 1 | -0/+131 |