| Commit message (Expand) | Author | Age | Files | Lines |
| * | Fix newline handling in clang-query parser | Stephen Kelly | 2019-12-29 | 1 | -1/+1 |
| * | Allow newlines in AST Matchers in clang-query files | Stephen Kelly | 2019-12-27 | 1 | -12/+42 |
| * | Revert "Allow newlines in AST Matchers in clang-query files" + 1 | Evgenii Stepanov | 2019-12-26 | 1 | -42/+12 |
| * | Fix -Wunused-lambda-capture warnings. | Eric Christopher | 2019-12-26 | 1 | -1/+1 |
| * | Allow newlines in AST Matchers in clang-query files | Stephen Kelly | 2019-12-26 | 1 | -12/+42 |
| * | Revert "Allow newlines in AST Matchers in clang-query files" | Stephen Kelly | 2019-12-26 | 1 | -42/+12 |
| * | Allow newlines in AST Matchers in clang-query files | Stephen Kelly | 2019-12-26 | 1 | -12/+42 |
| * | Update the file headers across all of the LLVM projects in the monorepo | Chandler Carruth | 2019-01-19 | 1 | -4/+3 |
| * | [Query] NFC: Port QueryParser to StringRef | Stephen Kelly | 2019-01-08 | 1 | -26/+17 |
| * | [clang-query] Add non-exclusive output API | Stephen Kelly | 2018-10-29 | 1 | -6/+32 |
| * | [clang-query] Refactor Output settings to booleans | Stephen Kelly | 2018-10-24 | 1 | -1/+11 |
| * | [clang-query] Add 'detailed-ast' output as an alias for 'dump' | Stephen Kelly | 2018-10-24 | 1 | -3/+5 |
| * | [clang-query] Add option to print matcher expression | Stephen Kelly | 2018-10-20 | 1 | -8/+18 |
| * | [clang-query] Add comment token handling | Stephen Kelly | 2018-10-03 | 1 | -0/+8 |
| * | [clang-query] Add single-letter 'q' alias for 'quit' | Stephen Kelly | 2018-10-03 | 1 | -0/+1 |
| * | [clang-query] Add missing 'l' command handling | Stephen Kelly | 2018-10-01 | 1 | -0/+1 |
| * | [clang-query] Sort command options | Stephen Kelly | 2018-10-01 | 1 | -2/+2 |
| * | Fix for LLVM r326109 | David Zarzycki | 2018-02-26 | 1 | -30/+24 |
| * | modernize-use-auto NFC fixes | Piotr Padlewski | 2016-12-14 | 1 | -3/+1 |
| * | [clang-tools-extra] Format sources with clang-format. NFC. | Mandeep Singh Grang | 2016-11-08 | 1 | -12/+6 |
| * | Add the "quit" command as a way to terminate clang-query interactive sessions. | Aaron Ballman | 2015-08-06 | 1 | -0/+5 |
| * | [clang-query] Use the new API for named values from the Parser. | Samuel Benzaquen | 2014-08-12 | 1 | -18/+5 |
| * | QueryParser::doParse(): Fix msc17 build. Don't use initializer list. | NAKAMURA Takumi | 2014-04-23 | 1 | -1/+1 |
| * | Add new 'let' command to bind arbitrary values into constants. | Samuel Benzaquen | 2014-04-23 | 1 | -27/+83 |
| * | [cleanup] Re-sort headers with llvm/utils/sort_includes.py. | Chandler Carruth | 2014-03-04 | 1 | -1/+0 |
| * | Add completion to the query parser, and hook it up to clang-query. | Peter Collingbourne | 2014-02-01 | 1 | -38/+110 |
| * | Run llvm/utils/sort_includes.py over the Clang tools code. This doesn't | Chandler Carruth | 2014-01-07 | 1 | -2/+2 |
| * | Silence GCC warning. | Peter Collingbourne | 2013-11-08 | 1 | -0/+2 |
| * | Introduce clang-query tool. | Peter Collingbourne | 2013-11-08 | 1 | -0/+165 |