summaryrefslogtreecommitdiffstats
path: root/clang-tools-extra/clang-query
Commit message (Expand)AuthorAgeFilesLines
* Slightly less blindly fixing clang-tools-extra now that I remember that the "...David Blaikie2014-04-251-4/+1
* Blindly try to fix the clang-tools-extra build since my local build doesn't a...David Blaikie2014-04-252-5/+3
* QueryParser::doParse(): Fix msc17 build. Don't use initializer list.NAKAMURA Takumi2014-04-231-1/+1
* Add new 'let' command to bind arbitrary values into constants.Samuel Benzaquen2014-04-236-38/+125
* [C++11] Replace OwningPtr with std::unique_ptr.Ahmed Charles2014-03-091-3/+2
* [cleanup] Re-sort headers with llvm/utils/sort_includes.py.Chandler Carruth2014-03-042-3/+1
* Documentation comments: fix incorrect usage of \paramDmitri Gribenko2014-03-021-4/+4
* [C++11] Replace LLVM_OVERRIDE with 'override'Craig Topper2014-03-021-5/+5
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+2
* Add a makefile for clang-query. Patch by Alex Horn!Peter Collingbourne2014-02-183-10/+48
* Add completion to the query parser, and hook it up to clang-query.Peter Collingbourne2014-02-013-46/+160
* Switch clang-query to use the lineeditor library.Peter Collingbourne2014-02-012-29/+6
* Run llvm/utils/sort_includes.py over the Clang tools code. This doesn'tChandler Carruth2014-01-074-8/+6
* [CMake] clang-tools-extra: Update dependencies.NAKAMURA Takumi2013-12-101-0/+4
* Revert r194247 conditional on non-MSVC.Peter Collingbourne2013-11-081-0/+5
* clang-query: Unbreak msvc.NAKAMURA Takumi2013-11-081-3/+0
* Silence GCC warning.Peter Collingbourne2013-11-081-0/+2
* Introduce clang-query tool.Peter Collingbourne2013-11-089-0/+674
OpenPOWER on IntegriCloud