mirror of
https://github.com/VectorCamp/vectorscan.git
synced 2025-11-18 10:10:35 +03:00
next batch
This commit is contained in:
@@ -134,6 +134,7 @@ string dumpString(const ue2_literal &lit) {
|
||||
|
||||
void upperString(string &s) {
|
||||
for (auto &c : s) {
|
||||
// cppcheck-suppress useStlAlgorithm
|
||||
c = mytoupper(c);
|
||||
}
|
||||
}
|
||||
@@ -341,6 +342,7 @@ void make_nocase(ue2_literal *lit) {
|
||||
ue2_literal rv;
|
||||
|
||||
for (const auto &elem: *lit) {
|
||||
// cppcheck-suppress useStlAlgorithm
|
||||
rv.push_back(elem.c, ourisalpha(elem.c));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user