vbvictor wrote:

But I think we can't close that issue yet.
We didn't fix the original case
```cpp
#include <string>

void Foo()
{
        std::string* s = new std::string();               // A
        std::string* t = new std::string("abc");      // B
}
```

https://github.com/llvm/llvm-project/pull/189544
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to