Diffusion Clazy 6eab2735dc7c

qstring-allocations: Fix unit-tests with llvm-10

Authored by smartins on Apr 19 2020, 9:19 PM.

Description

qstring-allocations: Fix unit-tests with llvm-10

Wasn't warning for:

QStringList list = { "foo" };

The child CXXConstructExprs appear in the AST but are never visited.

Details

Committed
smartinsApr 19 2020, 9:19 PM
Parents
R74:dd4a977d3166: Update README-copyable-polymorphic.md
Branches
Unknown
Tags
Unknown