================
@@ -3,11 +3,14 @@
 // RUN:  {readability-implicit-bool-conversion.AllowIntegerConditions: true, \
 // RUN:   readability-implicit-bool-conversion.AllowPointerConditions: true}}'
 
+namespace std { struct string { string(const char*); }; }
----------------
zeyi2 wrote:

```suggestion
#include <string>
```

We now have universal mock headers, so you don't have to do it yourself :)

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

Reply via email to