aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-query/Query.cpp
AgeCommit message (Expand)AuthorFilesLines
2024-05-17[clang-query] Remove support for srcloc output (#92442)Aaron Ballman1-97/+1
2024-05-13[clang-query] Load queries and matchers from file during REPL cycle (#90603)Chris Warner1-0/+22
2023-01-07[clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata1-1/+1
2023-01-07[clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata1-0/+1
2022-12-03[clang-tools-extra] Use std::nullopt instead of None (NFC)Kazu Hirata1-8/+8
2021-04-25Add srcloc output to clang-queryStephen Kelly1-2/+98
2021-03-03[clang-query] Fix help text after D91918Nathan James1-2/+0
2021-01-25Add a --use-color option to clang-query to allow forcing the behaviorTom Ritter1-2/+1
2020-07-03Revert AST Matchers default to AsIs modeStephen Kelly1-3/+3
2020-07-03[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci1-2/+1
2020-07-02Revert "[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextN...Bruno Ricci1-1/+2
2020-07-02[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci1-2/+1
2020-05-23Add a way to set traversal mode in clang-queryStephen Kelly1-0/+12
2019-12-27Allow newlines in AST Matchers in clang-query filesStephen Kelly1-3/+18
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov1-18/+3
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly1-3/+18
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly1-18/+3
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly1-3/+18
2019-12-06Use ASTDumper to dump the AST from clang-queryStephen Kelly1-1/+6
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-10-29[clang-query] Add non-exclusive output APIStephen Kelly1-0/+4
2018-10-24[clang-query] Refactor Output settings to booleansStephen Kelly1-8/+3
2018-10-24[clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly1-2/+4
2018-10-24[clang-query] Re-word command helpStephen Kelly1-5/+11
2018-10-20[clang-query] Add option to print matcher expressionStephen Kelly1-0/+8
2018-10-03[clang-query] Add single-letter 'q' alias for 'quit'Stephen Kelly1-1/+1
2017-06-27[NFC] Update to account for DiagnosticRenderer use of FullSourceLocPeter Smith1-4/+4
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski1-6/+3
2016-11-08[clang-tools-extra] Format sources with clang-format. NFC.Mandeep Singh Grang1-6/+5
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-08-06Add the "quit" command as a way to terminate clang-query interactive sessions.Aaron Ballman1-1/+8
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
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-04-25Slightly less blindly fixing clang-tools-extra now that I remember that the "...David Blaikie1-4/+1
2014-04-23Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen1-1/+10
2013-11-08Revert r194247 conditional on non-MSVC.Peter Collingbourne1-0/+5
2013-11-08clang-query: Unbreak msvc.NAKAMURA Takumi1-3/+0
2013-11-08Introduce clang-query tool.Peter Collingbourne1-0/+131