We implement __attribute__((nonnull)), but only test for it on CallExpr nodes. When calling a constructor, the AST only has a CXXConstructorExpr with no CallExpr, so the warning doesn't fire. This patch adds the same test that CallExpr uses to CXXConstructorExpr.<div>

<br></div><div>Please review!</div><div><br></div><div>Nick</div><div><br></div>