Revert "[cl;ang-tidy] Don't initialize strings"
This reverts commit 426e067f43.
This commit is contained in:
@@ -36,7 +36,7 @@
|
||||
static const std::string uuid_pattern = "xxxxxxxx-xxxx-xxxx-xxxx-xxxxxxxxxxxx";
|
||||
static const unsigned int uuid_min_length = 8;
|
||||
|
||||
std::string Lexer::dateFormat;
|
||||
std::string Lexer::dateFormat = "";
|
||||
std::string::size_type Lexer::minimumMatchLength = 3;
|
||||
std::map <std::string, std::string> Lexer::attributes;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user