fune/tools/clang-tidy/test/readability-redundant-string-init.cpp

5 lines
61 B
C++

#include "structures.h"
int foo() {
std::string a = "";
}