mirror of
https://github.com/GothenburgBitFactory/taskwarrior.git
synced 2025-09-06 08:27:25 +02:00
Revert "[clang-tidy] Remove redundant const"
This reverts commit 55d103c491
.
This commit is contained in:
parent
c43a513158
commit
702af00435
12 changed files with 36 additions and 36 deletions
|
@ -60,7 +60,7 @@ public:
|
|||
static std::string typeToString (Lexer::Type);
|
||||
|
||||
// Static helpers.
|
||||
static std::string typeName (const Lexer::Type&);
|
||||
static const std::string typeName (const Lexer::Type&);
|
||||
static bool isIdentifierStart (int);
|
||||
static bool isIdentifierNext (int);
|
||||
static bool isSingleCharOperator (int);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue