Revert "[cl;ang-tidy] Don't initialize strings"

This reverts commit 426e067f43.
This commit is contained in:
Paul Beckingham
2020-12-05 16:18:15 -05:00
parent 3eb209f248
commit 9016c26828
4 changed files with 10 additions and 10 deletions

View File

@@ -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;