aboutsummaryrefslogtreecommitdiff
path: root/clang-query
AgeCommit message (Expand)Author
2014-06-10Simplify code. No functional change.Craig Topper
2014-06-09[C++11] Use 'nullptr'.Craig Topper
2014-05-21Fix clang-query on Windows: flush llvm::outs() after each command.Manuel Klimek
2014-04-25Slightly less blindly fixing clang-tools-extra now that I remember that the "...David Blaikie
2014-04-25Blindly try to fix the clang-tools-extra build since my local build doesn't a...David Blaikie
2014-04-23QueryParser::doParse(): Fix msc17 build. Don't use initializer list.NAKAMURA Takumi
2014-04-23Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen
2014-03-09[C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles
2014-03-04[cleanup] Re-sort headers with llvm/utils/sort_includes.py.Chandler Carruth
2014-03-02Documentation comments: fix incorrect usage of \paramDmitri Gribenko
2014-03-02[C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper
2014-02-26[CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi
2014-02-18Add a makefile for clang-query. Patch by Alex Horn!Peter Collingbourne
2014-02-01Add completion to the query parser, and hook it up to clang-query.Peter Collingbourne
2014-02-01Switch clang-query to use the lineeditor library.Peter Collingbourne
2014-01-07Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth
2013-12-10[CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi
2013-11-08Revert r194247 conditional on non-MSVC.Peter Collingbourne
2013-11-08clang-query: Unbreak msvc.NAKAMURA Takumi
2013-11-08Silence GCC warning.Peter Collingbourne
2013-11-08Introduce clang-query tool.Peter Collingbourne