Warning, /sdk/clazy/tests/temporary-iterator/main.cpp.expected is written in an unsupported language. File is not indexed.

0001 temporary-iterator/main.cpp:22:20: warning: Don't call QList::begin() on temporary [-Wclazy-temporary-iterator]
0002 temporary-iterator/main.cpp:22:45: warning: Don't call QList::end() on temporary [-Wclazy-temporary-iterator]
0003 temporary-iterator/main.cpp:29:5: warning: Don't call QList::cbegin() on temporary [-Wclazy-temporary-iterator]
0004 temporary-iterator/main.cpp:56:5: warning: Don't call QHash::cbegin() on temporary [-Wclazy-temporary-iterator]