aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-query
AgeCommit message (Expand)AuthorFilesLines
2021-04-28[clang-query] Add check to prevent setting srcloc when no introspection is av...Nathan James2-11/+17
2021-04-25Add srcloc output to clang-queryStephen Kelly5-5/+106
2021-03-03[clang-query] Fix help text after D91918Nathan James1-2/+0
2021-03-02[cte][NFC] Remove all references to stdlib stream headers.Nathan James1-8/+7
2021-01-25Add a --use-color option to clang-query to allow forcing the behaviorTom Ritter2-2/+22
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko4-12/+8
2020-11-23Remove the IgnoreImplicitCastsAndParentheses traversal kindStephen Kelly1-2/+0
2020-08-28[clang-query][NFC] Silence a few lint warningsNathan James1-10/+12
2020-07-03Revert AST Matchers default to AsIs modeStephen Kelly2-4/+4
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-06-23[openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement1-0/+3
2020-06-17[clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny1-1/+3
2020-05-31clang-tidy and clang-query wont crash with invalid command line optionsNathan James1-3/+11
2020-05-31Revert "clang-tidy and clang-query wont crash with invalid command line options"Nathan James1-11/+3
2020-05-31clang-tidy and clang-query wont crash with invalid command line optionsNathan James1-3/+11
2020-05-23Add a way to set traversal mode in clang-queryStephen Kelly5-2/+47
2020-04-07[OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert1-0/+1
2020-01-28Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer1-1/+2
2019-12-29Fix newline handling in clang-query parserStephen Kelly1-1/+1
2019-12-27Allow newlines in AST Matchers in clang-query filesStephen Kelly4-19/+68
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov4-68/+19
2019-12-26Fix -Wunused-lambda-capture warnings.Eric Christopher1-1/+1
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly4-19/+68
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly4-68/+19
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly4-19/+68
2019-12-06Use ASTDumper to dump the AST from clang-queryStephen Kelly1-1/+6
2019-11-25Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber1-2/+1
2019-11-26Use InitLLVM to setup a pretty stack printerRui Ueyama1-1/+2
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny1-2/+5
2019-10-04[clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny1-3/+1
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko1-1/+1
2019-03-20gn build: Add build files for some clang-tools-extraNico Weber1-1/+3
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth6-24/+18
2019-01-10Remove unnecessary include.Richard Trieu1-1/+0
2019-01-08[Query] NFC: Port QueryParser to StringRefStephen Kelly2-29/+19
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song2-0/+2
2018-12-05[clang-query] Continue if compilation command not found for some filesGeorge Karpenkov1-2/+13
2018-10-29[clang-query] Add non-exclusive output APIStephen Kelly4-7/+69
2018-10-24[clang-query] Refactor Output settings to booleansStephen Kelly4-11/+39
2018-10-24[clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly3-6/+10
2018-10-24[clang-query] Re-word command helpStephen Kelly1-5/+11
2018-10-20[clang-query] Add option to print matcher expressionStephen Kelly4-11/+34
2018-10-03[clang-query] Add comment token handlingStephen Kelly1-0/+8
2018-10-03[clang-query] Add single-letter 'q' alias for 'quit'Stephen Kelly2-1/+2
2018-10-01[clang-query] Add missing 'l' command handlingStephen Kelly1-0/+1
2018-10-01[clang-query] Sort command optionsStephen Kelly1-2/+2
2018-08-30Add preload option to clang-queryStephen Kelly1-0/+15
2018-08-30Extract runCommandsInFile methodStephen Kelly1-12/+19