Consider the following code: #include <QStringList> void f() { QStringList list{"test"}; } Clazy does not emit a warning from the qstring-allocations check, despite a QString being constructed from a const char*. The the relevant AST is attached.
Created attachment 134708 [details] AST excerpt from the example code