[clang-query] Add missing 'l' command handling
authorStephen Kelly <steveire@gmail.com>
Mon, 1 Oct 2018 20:34:21 +0000 (20:34 +0000)
committerStephen Kelly <steveire@gmail.com>
Mon, 1 Oct 2018 20:34:21 +0000 (20:34 +0000)
commit9af02f2028a9819a505d4a04dee06ba95628ef49
tree294c97dc0f3df0d6316afb8610059048eec02314
parentc6356eceaaa51e0b6036106fad6ae7a9ba827983
[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
clang-tools-extra/clang-query/QueryParser.cpp
clang-tools-extra/unittests/clang-query/QueryParserTest.cpp