mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-06-26 10:54:26 +02:00
Revert "[clang-tidy] Access static member through qualified-id"
This reverts commit 6cd15235be
.
This commit is contained in:
parent
504aacd244
commit
8cf4e3de08
1 changed files with 2 additions and 2 deletions
|
@ -427,7 +427,7 @@ void CLI2::lexArguments ()
|
|||
{
|
||||
Lexer::dequote (word);
|
||||
A2 unknown (word, Lexer::Type::word);
|
||||
if (Lexer::wasQuoted (_original_args[i].attribute ("raw")))
|
||||
if (lex.wasQuoted (_original_args[i].attribute ("raw")))
|
||||
unknown.tag ("QUOTED");
|
||||
|
||||
if (_original_args[i].hasTag ("ORIGINAL"))
|
||||
|
@ -442,7 +442,7 @@ void CLI2::lexArguments ()
|
|||
A2 unknown (_original_args[i].attribute ("raw"), Lexer::Type::word);
|
||||
unknown.tag ("UNKNOWN");
|
||||
|
||||
if (Lexer::wasQuoted (_original_args[i].attribute ("raw")))
|
||||
if (lex.wasQuoted (_original_args[i].attribute ("raw")))
|
||||
unknown.tag ("QUOTED");
|
||||
|
||||
if (_original_args[i].hasTag ("ORIGINAL"))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue