Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/llvm/llvm-project.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-04-28[clang-query] Add check to prevent setting srcloc when no introspection is av...Nathan James
2021-04-25Add srcloc output to clang-queryStephen Kelly
2021-03-03[clang-query] Fix help text after D91918Nathan James
2021-03-03[cte][NFC] Remove all references to stdlib stream headers.Nathan James
2021-01-25Add a --use-color option to clang-query to allow forcing the behaviorTom Ritter
2020-12-11Remove references to the ast_type_traits namespaceAlexander Kornienko
2020-11-23Remove the IgnoreImplicitCastsAndParentheses traversal kindStephen Kelly
2020-08-28[clang-query][NFC] Silence a few lint warningsNathan James
2020-07-03Revert AST Matchers default to AsIs modeStephen Kelly
2020-07-03[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci
2020-07-02Revert "[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextN...Bruno Ricci
2020-07-02[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci
2020-06-23[openmp] Add missing dependencies for OMP.h.inc after d90443bValentin Clement
2020-06-17[clang-tools-extra] Prevent linking to duplicate .a libs and dylibMichał Górny
2020-05-31clang-tidy and clang-query wont crash with invalid command line optionsNathan James
2020-05-31Revert "clang-tidy and clang-query wont crash with invalid command line options"Nathan James
2020-05-31clang-tidy and clang-query wont crash with invalid command line optionsNathan James
2020-05-23Add a way to set traversal mode in clang-queryStephen Kelly
2020-04-07[OpenMP] "UnFix" layering problem with FrontendOpenMPJohannes Doerfert
2020-01-29Make llvm::StringRef to std::string conversions explicit.Benjamin Kramer
2019-12-29Fix newline handling in clang-query parserStephen Kelly
2019-12-27Allow newlines in AST Matchers in clang-query filesStephen Kelly
2019-12-27Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov
2019-12-27Fix -Wunused-lambda-capture warnings.Eric Christopher
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly
2019-12-07Use ASTDumper to dump the AST from clang-queryStephen Kelly
2019-11-26Revert "Use InitLLVM to setup a pretty stack printer"Nico Weber
2019-11-26Use InitLLVM to setup a pretty stack printerRui Ueyama
2019-10-04[clang-tools-extra] [cmake] Link against libclang-cpp whenever possibleMichal Gorny
2019-10-04[clang-tools-extra] [cmake] Use add_clang_tool() to install toolsMichal Gorny
2019-08-22Remove \brief commands from doxygen comments.Dmitri Gribenko
2019-03-20gn build: Add build files for some clang-tools-extraNico Weber
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2019-01-10Remove unnecessary include.Richard Trieu
2019-01-09[Query] NFC: Port QueryParser to StringRefStephen Kelly
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song
2018-12-05[clang-query] Continue if compilation command not found for some filesGeorge Karpenkov
2018-10-29[clang-query] Add non-exclusive output APIStephen Kelly
2018-10-24[clang-query] Refactor Output settings to booleansStephen Kelly
2018-10-24[clang-query] Add 'detailed-ast' output as an alias for 'dump'Stephen Kelly
2018-10-24[clang-query] Re-word command helpStephen Kelly
2018-10-20[clang-query] Add option to print matcher expressionStephen Kelly
2018-10-03[clang-query] Add comment token handlingStephen Kelly
2018-10-03[clang-query] Add single-letter 'q' alias for 'quit'Stephen Kelly
2018-10-01[clang-query] Add missing 'l' command handlingStephen Kelly
2018-10-01[clang-query] Sort command optionsStephen Kelly
2018-08-31Add preload option to clang-queryStephen Kelly
2018-08-31Extract runCommandsInFile methodStephen Kelly