hanchenye-llvm-project/clang-tools-extra/clang-query
Stephen Kelly 2c4079c090 [clang-query] Add comment token handling
Summary:
It is possible to pass a file of commands to clang-query using the
command line option -f or --preload.  Make it possible to write comments
in such files.

Reviewers: aaron.ballman

Reviewed By: aaron.ballman

Subscribers: mgorny, cfe-commits

Differential Revision: https://reviews.llvm.org/D52752

llvm-svn: 343666
2018-10-03 08:21:54 +00:00
..
tool Add preload option to clang-query 2018-08-30 23:25:44 +00:00
CMakeLists.txt
Query.cpp [clang-query] Add single-letter 'q' alias for 'quit' 2018-10-03 07:52:44 +00:00
Query.h
QueryParser.cpp [clang-query] Add comment token handling 2018-10-03 08:21:54 +00:00
QueryParser.h Fix for LLVM r326109 2018-02-26 20:21:30 +00:00
QuerySession.h