summaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-query
Commit message (Expand)AuthorAgeFilesLines
* [clang-tools-extra] Use std::optional instead of llvm::Optional (NFC)Kazu Hirata2023-01-073-3/+3
* [clang-tools-extra] Add #include <optional> (NFC)Kazu Hirata2023-01-073-0/+3
* Remove unused #include "llvm/ADT/Optional.h"Fangrui Song2022-12-051-1/+0
* [clang-tools-extra] Use std::nullopt instead of None (NFC)Kazu Hirata2022-12-031-8/+8
* [clang-query] Add check to prevent setting srcloc when no introspection is av...Nathan James2021-04-282-11/+17
* Add srcloc output to clang-queryStephen Kelly2021-04-255-5/+106
* [clang-query] Fix help text after D91918Nathan James2021-03-031-2/+0
* [cte][NFC] Remove all references to stdlib stream headers.Nathan James2021-03-021-8/+7
* Add a --use-color option to clang-query to allow forcing the behaviorTom Ritter2021-01-252-2/+22
* Remove references to the ast_type_traits namespaceAlexander Kornienko2020-12-114-12/+8
* Remove the IgnoreImplicitCastsAndParentheses traversal kindStephen Kelly2020-11-231-2/+0
* [clang-query][NFC] Silence a few lint warningsNathan James2020-08-281-10/+12
* Revert AST Matchers default to AsIs modeStephen Kelly2020-07-032-4/+4
* [clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci2020-07-031-2/+1
* Revert "[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextN...Bruno Ricci2020-07-021-1/+2
* [clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci2020-07-021-2/+1
* [openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement2020-06-231-0/+3
* [clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny2020-06-171-1/+3
* clang-tidy and clang-query wont crash with invalid command line optionsNathan James2020-05-311-3/+11
* Revert "clang-tidy and clang-query wont crash with invalid command line options"Nathan James2020-05-311-11/+3
* clang-tidy and clang-query wont crash with invalid command line optionsNathan James2020-05-311-3/+11
* Add a way to set traversal mode in clang-queryStephen Kelly2020-05-235-2/+47
* [OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert2020-04-071-0/+1
* Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer2020-01-281-1/+2
* Fix newline handling in clang-query parserStephen Kelly2019-12-291-1/+1
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-274-19/+68
* Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov2019-12-264-68/+19
* Fix -Wunused-lambda-capture warnings.Eric Christopher2019-12-261-1/+1
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-264-19/+68
* Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly2019-12-264-68/+19
* Allow newlines in AST Matchers in clang-query filesStephen Kelly2019-12-264-19/+68
* Use ASTDumper to dump the AST from clang-queryStephen Kelly2019-12-061-1/+6
* Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber2019-11-251-2/+1
* Use InitLLVM to setup a pretty stack printerRui Ueyama2019-11-261-1/+2
* [clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny2019-10-041-2/+5
* [clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny2019-10-041-3/+1
* Remove \brief commands from doxygen comments.Dmitri Gribenko2019-08-221-1/+1
* gn build: Add build files for some clang-tools-extraNico Weber2019-03-201-1/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-196-24/+18
* Remove unnecessary include.Richard Trieu2019-01-101-1/+0
* [Query] NFC: Port QueryParser to StringRefStephen Kelly2019-01-082-29/+19
* Add explicit dependency on clangSerialization after rC348911Fangrui Song2018-12-122-0/+2
* [clang-query] Continue if compilation command not found for some filesGeorge Karpenkov2018-12-051-2/+13
* [clang-query] Add non-exclusive output APIStephen Kelly2018-10-294-7/+69
* [clang-query] Refactor Output settings to booleansStephen Kelly2018-10-244-11/+39
* [clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly2018-10-243-6/+10
* [clang-query] Re-word command helpStephen Kelly2018-10-241-5/+11
* [clang-query] Add option to print matcher expressionStephen Kelly2018-10-204-11/+34
* [clang-query] Add comment token handlingStephen Kelly2018-10-031-0/+8
* [clang-query] Add single-letter 'q' alias for 'quit'Stephen Kelly2018-10-032-1/+2