index
:
thunderbird
debian
progress-linux
upstream
debian 12 backports: mozilla
Progress Linux
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
tools
/
clang-tidy
/
test
/
readability-redundant-string-init.cpp
blob: 39bae4bd56e58607f234160068e4d6b5e90a649a (
plain
)
1
2
3
4
5
#include
"structures.h"
int
foo
()
{
std
::
string
a
=
""
;
}