hanchenye-llvm-project/clang-tools-extra/clang-query
Alexander Kornienko 228dda5ac5 Use CommonOptionsParser in clang-query. This fixes its support of the fixed
compilation database and makes it behave consistently with other clang tools.

Reviewers: klimek, pcc

Reviewed By: pcc

Subscribers: cfe-commits

Differential Revision: http://reviews.llvm.org/D4763

llvm-svn: 214607
2014-08-02 01:02:33 +00:00
..
tool Use CommonOptionsParser in clang-query. This fixes its support of the fixed 2014-08-02 01:02:33 +00:00
CMakeLists.txt [CMake] Use LINK_LIBS instead of target_link_libraries(). 2014-02-26 06:41:29 +00:00
Makefile Add a makefile for clang-query. Patch by Alex Horn! 2014-02-18 19:46:01 +00:00
Query.cpp Slightly less blindly fixing clang-tools-extra now that I remember that the "check-clang" target doesn't check clang-tools-extra 2014-04-25 15:21:43 +00:00
Query.h Add new 'let' command to bind arbitrary values into constants. 2014-04-23 14:04:52 +00:00
QueryParser.cpp QueryParser::doParse(): Fix msc17 build. Don't use initializer list. 2014-04-23 16:01:44 +00:00
QueryParser.h Simplify code. No functional change. 2014-06-10 04:50:50 +00:00
QuerySession.h Blindly try to fix the clang-tools-extra build since my local build doesn't appear to be picking it up 2014-04-25 15:06:18 +00:00