llvm-project/clang-tools-extra/clang-query
Stephen Kelly 9af02f2028 [clang-query] Add missing 'l' command handling
The `let` command was added in commit 045c15ba (Add new 'let' command to
bind arbitrary values into constants., 2014-04-23).

The `let` command and the non-existant `l` command were documented in
commit 233092a0 (Add 'let' to the help message., 2015-02-27).

Implement the `l` command now for completeness.

llvm-svn: 343533
2018-10-01 20:34:21 +00:00
..
tool Add preload option to clang-query 2018-08-30 23:25:44 +00:00
CMakeLists.txt
Query.cpp [NFC] Update to account for DiagnosticRenderer use of FullSourceLoc 2017-06-27 10:04:04 +00:00
Query.h [clang-tools-extra] Format sources with clang-format. NFC. 2016-11-08 07:50:19 +00:00
QueryParser.cpp [clang-query] Add missing 'l' command handling 2018-10-01 20:34:21 +00:00
QueryParser.h Fix for LLVM r326109 2018-02-26 20:21:30 +00:00
QuerySession.h