aboutsummaryrefslogtreecommitdiff
path: root/clang-tools-extra/clang-query/tool
AgeCommit message (Expand)AuthorFilesLines
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
2019-12-27Allow newlines in AST Matchers in clang-query filesStephen Kelly1-4/+7
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files" + 1Evgenii Stepanov1-7/+4
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly1-4/+7
2019-12-26Revert "Allow newlines in AST Matchers in clang-query files"Stephen Kelly1-7/+4
2019-12-26Allow newlines in AST Matchers in clang-query filesStephen Kelly1-4/+7
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-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 Carruth1-4/+3
2018-12-12Add explicit dependency on clangSerialization after rC348911Fangrui Song1-0/+1
2018-12-05[clang-query] Continue if compilation command not found for some filesGeorge Karpenkov1-2/+13
2018-08-30Add preload option to clang-queryStephen Kelly1-0/+15
2018-08-30Extract runCommandsInFile methodStephen Kelly1-12/+19
2017-12-05[CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai1-0/+1
2016-12-14modernize-use-auto NFC fixesPiotr Padlewski1-6/+2
2016-11-01[clang-query] Fix Clang-tidy readability-redundant-string-cstr warningsMalcolm Parsons1-2/+2
2016-06-09Update to match LLVM r272232.Richard Smith1-1/+1
2016-01-26Remove autoconf supportChris Bieneman1-39/+0
2015-09-28Install clang-query by default.Manuel Klimek1-0/+2
2015-08-06Add the "quit" command as a way to terminate clang-query interactive sessions.Aaron Ballman1-0/+2
2015-06-20Add missing dependency clangFrontend to clangQuery.Adrian Prantl1-0/+1
2015-02-25Revert "Adapt clang-tools-extra to clang module format changes."Adrian Prantl1-3/+2
2015-02-25Adapt clang-tools-extra to clang module format changes.Adrian Prantl1-2/+3
2015-02-21Revert "Adapt Makefile dependencies for the clang module format change in r23...Adrian Prantl1-4/+2
2015-02-20Adapt Makefile dependencies for the clang module format change in r230089.Adrian Prantl1-2/+4
2014-08-02Use CommonOptionsParser in clang-query. This fixes its support of the fixedAlexander Kornienko1-26/+11
2014-07-16Track clang r213171Alp Toker1-1/+1
2014-07-15Prune Redundant libdeps in CMake's target_link_libraries and LLVMBuild.txt.NAKAMURA Takumi1-1/+0
2014-07-14[CMake] Update libdeps.NAKAMURA Takumi1-0/+4
2014-05-21Fix clang-query on Windows: flush llvm::outs() after each command.Manuel Klimek1-0/+1
2014-04-25Blindly try to fix the clang-tools-extra build since my local build doesn't a...David Blaikie1-3/+1
2014-04-23Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen1-4/+6
2014-03-09[C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles1-3/+2
2014-02-18Add a makefile for clang-query. Patch by Alex Horn!Peter Collingbourne2-10/+46
2014-02-01Add completion to the query parser, and hook it up to clang-query.Peter Collingbourne1-3/+4
2014-02-01Switch clang-query to use the lineeditor library.Peter Collingbourne1-28/+4
2014-01-07Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth1-4/+2
2013-11-08Introduce clang-query tool.Peter Collingbourne2-0/+169