Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 246 Bytes

README-qhash-with-char-pointer-key.md

File metadata and controls

5 lines (3 loc) · 246 Bytes

qhash-with-char-pointer-key

Finds cases of QHash<const char *, T>. It's error-prone as the key is just compared by the address of the string literal and not the value itself.

This check is disabled by default as there are valid uses-cases.